Get job status and details with config/stats split.
config: user-supplied job settingsstats: runtime progress and result fieldsstats can evolve while a job is running.
status values:
pending: accepted, not yet runningrunning: actively processingcompleted: finished successfullystopped: ended without failurefailed: ended due to runtime/stream failurecompleted: consume final result fieldsstopped: inspect stop reason and restart if neededfailed: inspect error context, fix inputs, retrylive-monitor / live-digest in polling modeGET /jobs/{job_id} until terminal statusBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Detailed response for a single job with config/stats split.