# Retrieve the list of gallery entries associated with given product **GET /V1/products/{sku}/media** Retrieve the list of gallery entries associated with given product ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters #### Path parameters - **sku** (string) ## Responses ### 200: 200 Success. #### Body Parameters: (array[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 ### default: Unexpected error #### Body Parameters: (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)