action akeneo_get_media_files { label: "Get a list of product media files" description: "This endpoint allows you to get a list of media files that are used as attribute values in products or product models." provider: akeneo method: GET path: "/api/rest/v1/media-files" encoding: json input: { type: "object" properties: { limit: { type: "string" } page: { type: "string" } with_count: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }