List User Assets
lyzr_list_user_assetsList your Lyzr user assets with filtering, sorting, and pagination. Filter by type, tags, owner, model, or status to locate agents, folders, and workflows.
Instructions
List the caller's user assets (agents, folders, workflows, etc.) with filtering, sorting, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| tags | No | Filter by custom tags | |
| type | No | Filter by asset type | |
| limit | No | Items per page (default 10) | |
| order | No | Sort direction (default desc) | |
| models | No | Filter by model name | |
| owners | No | Filter by owner (created_by) | |
| sort_by | No | Sort field (default updated_at) | |
| is_active | No | Filter by active/inactive | |
| providers | No | Filter by LLM provider id | |
| has_trigger | No | Only agents with a webhook trigger. Note: triggers are keyed to the owner's api_key, so agents shared to you are excluded from the results while this filter is active, even if they have a trigger. | |
| capabilities | No | Filter by capability: knowledge_base, tools, responsible_ai, memory | |
| has_schedule | No | Only agents with a schedule. Note: schedules are keyed to the owner's api_key, so agents shared to you are excluded from the results while this filter is active, even if they have a schedule. | |
| response_format | No | Response format: text | json | |
| metadata_contains | No | Substring match against custom metadata | |
| updated_within_days | No | Only assets updated within the last N days |