get_generation_status
Poll generation status for either a blueprint (using auditId) or a full pipeline (using jobId). When complete, retrieve the blueprintId to download the blueprint.
Instructions
Poll either blueprint generation or full-pipeline generation status. Pass exactly one of auditId or jobId. When the run finishes with a blueprintId, call download_blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auditId | No | Blueprint generation audit ID returned by generate_blueprint. | |
| jobId | No | Full-pipeline job ID returned by trigger_full_pipeline. | |
| customerOrgId | No | Customer organization ID (UUID). Required for partner users accessing a customer org. |