List Media Assets
list_media_assetsList media library assets with filtering by collection, type, tags, search, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional broad media kind filter. | |
| tags | No | Optional tag filter. Assets matching any supplied tag may be returned. | |
| limit | No | Maximum number of results to return. | |
| cursor | No | Opaque pagination cursor from a previous response. | |
| search | No | Optional filename search query. | |
| team_id | No | Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope. | |
| mimeType | No | Optional exact MIME type filter such as image/png or video/mp4. | |
| collection | No | Optional collection name filter. |