---
title: "Which run a dbt retry of this script would resume for the caller"
method: GET
path: "/w/{workspace}/jobs/dbt_resumable_script/p/{path}"
tags: ["job"]
---

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

`GET /w/{workspace}/jobs/dbt_resumable_script/p/{path}`

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.

## Path parameters

- `workspace` string, required
- `path` string, required

## Response `200`

the job id a retry would resume, or null

- string, uuid, nullable

## Changes

- **2026-08-01** `33c26da1e324` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/jobs/dbt_resumable_script/p/:path/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
