Check a queued SkeletIQ generation
get_generation_statusCheck the status of a background architecture generation using its job ID, then retrieve the result with get_design when completed.
Instructions
Check a background generation started with wait: false. When status is "completed", read the result with get_design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by generate_architecture with wait: false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | ||
| job_id | Yes | ||
| status | Yes | ||
| project_id | Yes | ||
| queue_state | Yes | ||
| refusal_code | Yes | ||
| architecture_id | Yes | ||
| clarifying_questions | Yes |