microcms_get_media
Retrieve media files from microCMS, including URLs and image dimensions. Supports pagination with a time-limited token for continuation.
Instructions
Get media files from microCMS (Management API). Returns media information including URLs, dimensions for images. Supports pagination via token (15-second validity). Requires media retrieval permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) | |
| limit | No | Number of media to retrieve (max 100, default 10). Only valid on first request. | |
| imageOnly | No | Set to true to retrieve only image files. Only valid on first request. | |
| fileName | No | Filter media by partial filename match (includes file extension) | |
| token | No | Continuation token for pagination (obtained from previous response, 15-second validity) |