list_assets
Fetch paginated lists of assets from a workspace, filtered by type, tag, or search query.
Instructions
List assets in the workspace library. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace slug or UUID | |
| type | No | Filter by asset_type | |
| tag | No | Filter by tag | |
| q | No | Search query | |
| page | No | Page number (default: 1) | |
| per_page | No | Results per page (default: 25, max: 100) |