job_check
ManagementCheck Job (deprecated)
DEPRECATED: renamed to job_get. Will be removed on 2026-07-27. Same arguments; returns the compact row (verbose=true for the full record). Use job_get.
read-onlyidempotentopen-world
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | ✓ | Job ID to fetch. |
| verbose | boolean | false | true returns the full raw job record (statusHistory, full metadata.input incl. the original prompt, workflow flow). Default false returns the compact row — prefer it in polling loops. |
| team_id | string | — | Team ID. Required if user belongs to multiple teams. |
| project_id | string | — | Project ID to scope the operation to. |
| response_format | enum(json | markdown) | json | Output format: 'json' for structured data, 'markdown' for human-readable text. |