Get Run
Fetch a workflow run by id.
Includes definition_snapshot — the graph/execution config captured
when the run started, returned raw (no config migrations applied) so
it reflects the workflow exactly as it existed for this run.
Authentication
AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer
Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.
Path parameters
workflow_id
run_id
Headers
X-Workspace-Id
Response
Successful Response
data
Run detail response, including the graph/execution snapshot.
The snapshot is returned raw — no config migrations are applied — so it reflects the workflow exactly as it existed when the run started, even if the underlying workflow has since been edited.
meta
Errors
422
Unprocessable Entity Error

