Search User Assets
lyzr_search_user_assetsSearch user assets by query string, with filtering, sorting, and pagination options to find specific agents, workflows, folders, and more.
Instructions
Search the caller's user assets by query string, with the same filtering, sorting, and pagination options as listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| 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 |