Get Run Status

Lightweight run status for polling.

Returns only the volatile run state (status, step counts, timestamps, usage_summary, error, has_export) — no graph snapshot. Use this for progress polling; call GET /runs/{run_id} once to load the immutable definition snapshot.

Authentication

AuthorizationBearer
Clerk JWT token

Path parameters

workflow_idstringRequiredformat: "uuid"
run_idstringRequiredformat: "uuid"

Headers

X-Workspace-Idstring or nullOptional

Response

Successful Response
dataobject
metaobject

Errors

422
Unprocessable Entity Error