job_check

Management

Check 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

NameTypeRequiredDescription
job_idstringJob ID to fetch.
verbosebooleanfalsetrue 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_idstringTeam ID. Required if user belongs to multiple teams.
project_idstringProject ID to scope the operation to.
response_formatenum(json | markdown)jsonOutput format: 'json' for structured data, 'markdown' for human-readable text.