Check a generation
check_generationCheck a generation's status using its queueId and retrieve the final output once it finishes running.
Instructions
Look up a generation by its queueId — the one returned when a generate_* call outlived its wait budget. Reports whether it is still running, and returns the finished creation once it lands. Costs nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queueId | Yes | The queueId from a previous generate_* call. |