Tool
content_media_list
List media assets, newest first, optionally filtered by storage status.
List media assets, newest first, optionally filtered by storage status.
Behavior
- HTTP
GET /content/media
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Maximum number of assets to return (1-100, default 50). |
| offset | integer | — | How many assets to skip, for paging. |
| status | string | — | Return only assets in this storage status. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| total | integer | • | Total number of matching assets, ignoring paging. |
| assets | array | • | The page of assets, newest first. |
Try it
List media assets, newest first, optionally filtered by storage status.