Get Generation Results
get_generation_resultsLook up generation results by exact IDs, filters, or hybrid image/name/SKU search. Returns labeled native ImageContent previews; use them directly and never Markdown-embed result URLs. They are display previews, not originals: url/download_url are originals, preview_url is the fallback link, and poster_url/thumbnail_url is a video poster. Every result includes generation_result_id and the response includes generation_result_ids; use those exact integers for queue_generation_result_qa/read_generation_result_qa or as durable generation_result command.source values in canonical edit, upscale, and video commands. Confirmation-gated clients use propose_brief(commands=[...], execute_immediately=true) when the user asked to run now, update_brief for a complete command replacement, or confirm_brief(execute=true) for a visible brief. Pass generation_result_id to fetch one result or generation_id to list a job's results. Returns raw payload when available so prior prompts can be recovered. Use start_date/end_date for requests like 'last week'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by type: 'Image', 'Edit', 'Upscale', 'Video' | |
| page | No | Page number for pagination | |
| limit | No | Number of items per page | |
| query | No | Hybrid search across generated image content, originating item names, and SKUs. | |
| tag_ids | No | Filter by tag IDs (results must have at least one) | |
| decision | No | Filter by the unified result verdict. | |
| end_date | No | Filter results created on or before this ISO date/datetime, e.g. 2026-04-27. | |
| model_ids | No | Filter results to images generated with these AI models | |
| avatar_ids | No | Filter results to images generated with these avatars | |
| outfit_ids | No | Filter results to images generated with these outfits | |
| start_date | No | Filter results created on or after this ISO date/datetime, e.g. 2026-04-20. | |
| qa_statuses | No | Filter by QA statuses, e.g. pending, processing, completed, error. | |
| location_ids | No | Filter results to images generated with these locations | |
| generation_id | No | Filter by parent generation ID (lists all result images from one generation job) | |
| decision_source | No | Filter by the verdict source. | |
| art_direction_ids | No | Filter results to images generated with these art directions | |
| clothing_item_ids | No | Filter results to images generated with these clothing items | |
| generation_result_id | No | Look up a single result image by its generation_result_id (the exact integer ID required by QA/edit/upscale/video tools). Returns that one result directly. |