List Avatars
list_avatarsList the user's avatars: the reusable people who wear the garments, called 'models' or 'mannequins' in fashion terms (not the AI engines — for those, use list_models). Supports structured filters or query for hybrid name/metadata/image-attribute search. Set include_image_url=true when the avatar image itself is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| sort | No | Sort order: 'field:direction', e.g. 'created_at:desc'. Default: created_at:desc | |
| limit | No | Number of items per page | |
| query | No | Hybrid search across avatar/model names, metadata, and visual attributes. | |
| tag_ids | No | Filter to avatars with any of these tags | |
| end_date | No | Filter: created on or before this date (ISO format) | |
| avatar_ids | No | Filter to specific avatar IDs | |
| start_date | No | Filter: created on or after this date (ISO format) | |
| include_image_url | No | Set true when you need to inspect or reuse the avatar/model image URL. |