# Return information about gallery entry **GET /V1/products/{sku}/media/{entryId}** Return information about gallery entry ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **sku** (string) - **entryId** (integer) ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) Gallery entry ID - **media_type** (string) Media type - **label** (string) Gallery entry alternative text - **position** (integer) Gallery entry position (sort order) - **disabled** (boolean) If gallery entry is hidden from product page - **types** (array[string]) Gallery entry image types (thumbnail, image, small_image etc) - **file** (string) File path - **content** (object) Image Content data interface - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterface ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)