list_media
Browse media files in a Strapi CMS library with pagination. View file details including name, URL, type, dimensions, and metadata to manage assets before linking or deleting.
Instructions
List files in the Strapi media library with pagination support. Returns file details including name, URL, type, dimensions, and metadata for each media asset. Use this to browse available files before linking them to content entries or to find files for deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination, starting at 1 | |
| page_size | No | Number of media files per page (1-100, default 25) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |