echosaw_list_media
List media items in your Echosaw library with metadata including filename, type, status, size, duration, and Public Library visibility (isPublic). Returns up to 25 items by default. Use this to browse your media library or find a specific mediaId. Supports optional folder filtering and server-side filters for media type, job status, report sentiment, and Public Library visibility (isPublic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 25) | |
| status | No | Filter by job status (e.g. "COMPLETE", "PROCESSING", "FAILED"). | |
| isPublic | No | Filter by Public Library visibility. true returns only items published to the Public Library; false returns only private items. Omit to return all items. | |
| mediaType | No | Filter by media type. One of "VIDEO", "AUDIO", or "IMAGE" (case-insensitive). | |
| sentiment | No | Filter by report sentiment. One of "positive", "negative", "neutral", or "mixed" (case-insensitive). | |
| folderPath | No | Filter by folder path (e.g., "/Marketing"). Defaults to "/" (root, all items). |