list_assets
Browse the library by status (favorites, archived, trashed) or media type without search queries. Returns paginated asset details.
Instructions
List assets with simple filters (no search query needed). Use this to browse the library by status (favorites, archived, trashed) or type. For finding specific content, use search_metadata (structured) or search_smart (visual AI). Read-only.
Args:
is_favorite: true = only favorites, false = only non-favorites, omit = all.
is_archived: true = only archived, false = only non-archived, omit = all.
is_trashed: true = only trashed items, false = only active, omit = all.
asset_type: 'IMAGE' or 'VIDEO'. Omit for both.
page: Page number, starting from 1 (default 1).
size: Results per page (1-200, default 50).
Returns: JSON with total count, current page, and assets array with IDs, filenames, dates, and types.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_favorite | No | ||
| is_archived | No | ||
| is_trashed | No | ||
| asset_type | No | ||
| page | No | ||
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |