List Outfits
list_outfitsList user's outfits (saved garment combinations). Filter by garment IDs, active status, date range, or query against contained garments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| sort | No | Sort: 'field:direction'. Use 'latest_generation_at:desc' to surface recently generated outfits. Default: created_at:desc | |
| limit | No | Number of items per page | |
| query | No | Search outfit names and contained garments. | |
| source | No | Filter by outfit source. | |
| tag_ids | No | Filter to outfits with any of these tags | |
| end_date | No | Filter: created on or before this date (ISO format) | |
| is_active | No | Filter by status: 'true', 'false', or 'both' (default: both) | |
| outfit_ids | No | Filter to specific outfit IDs | |
| start_date | No | Filter: created on or after this date (ISO format) | |
| clothing_item_ids | No | Filter to outfits containing any of these garments |