v106

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

Which run a dbt retry of this script would resume for the caller

A retry requires dbt_retry_job, and the run form has no job id to hand. Returns the one the caller's own retry would land on — the saved failure for the principal the run would execute as, which is the script's author for an on_behalf_of script and the caller otherwise — and only when that run is one the caller may read. Null when there is nothing to resume, or nothing this caller may be told about.

get/w/{workspace}/jobs/dbt_resumable_script/p/{path}

Path parameters

workspacestring required
pathstring required

Response

the job id a retry would resume, or null

string uuid nullable required