list_assets
List assets in a hub profile with cursor-based pagination. Use this to retrieve assets filtered by type, collection, or archived status.
Instructions
List assets in a hub profile with cursor-based pagination.
workspace_id: target workspace ID — get available IDs from list_workspaces()
types: e.g. ["Media", "File", "Image", "Embed", "Video"] or None for all
Returns {"items": [...], "cursor": "..." | null}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | ||
| cursor | No | ||
| page_size | No | ||
| workspace_id | Yes | ||
| only_archived | No | ||
| exclude_assets | No | ||
| hub_profile_id | Yes | ||
| exclude_collections | No |