v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
job

Whether a dbt retry by this caller would resume this run

One failed run is saved per script per execution principal, so a retry resumes that one — not necessarily the run being looked at. Answers about THIS run alone: its own id when a retry submitted by this caller would resume it, null otherwise (a later run holds the state, the run left nothing to rebuild, or the caller's runs execute as another principal). Authorized through the job, like run_progress.

get/w/{workspace}/jobs/dbt_resumable/{id}

Path parameters

workspacestring required
idstring uuid required

The job whose script and principal decide the saved failure

Response

this job's id when a retry would resume it, or null

string uuid nullable required