v106

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

List the per-relation progress one job has recorded so far

Live materialization state for the relations a single job writes, keyed by relation. Polled while a run is in flight so a graph can move a node as its model completes. Authorized through the job, so a caller who may not read it is refused rather than told the run has no progress. An empty list means the job exists and has recorded nothing yet, or is unknown to this workspace.

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

Path parameters

workspacestring required
idstring uuid required

The job whose per-relation progress to read

Response

per-relation status for this run

asset_kind's3object' | 'resource' | 'ducklake' | 'datatable' | 'volume' | 'dbt' required
asset_pathstring required
status'running' | 'materialized' | 'failed' required
row_countinteger nullable
errorstring nullable