---
title: "record the running job's settled dbt nodes"
method: POST
path: "/w/{workspace}/dbt/run_progress"
tags: ["dbt"]
---

# record the running job's settled dbt nodes

`POST /w/{workspace}/dbt/run_progress`

Job-scoped: needs a job token, and the job is taken from the token rather than the body. For workers with no database access.

## Path parameters

- `workspace` string, required

## Request body

- object[]
  - `asset_path` string, required
  - `status` string, required
  - `row_count` integer
  - `error` string

## Response `200`

recorded

---

[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)
