---
title: "Whether a dbt retry by this caller would resume this run"
method: GET
path: "/w/{workspace}/jobs/dbt_resumable/{id}"
tags: ["job"]
---

# Whether a dbt retry by this caller would resume this run

`GET /w/{workspace}/jobs/dbt_resumable/{id}`

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`.

## Path parameters

- `workspace` string, required
- `id` string, uuid, required

## Response `200`

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

- string, uuid, nullable

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/versions/155a35b3caff/schema)
