Runs
Get Run
Get a single workflow run by ID.
GET
Get a single workflow run by ID. Use this endpoint to checkDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
lifecycle.status for a running workflow or retrieve the results of a completed workflow.
Run timing includes timestamps, not precomputed duration fields. Derive duration from
timing.completed_at - timing.started_at when both timestamps are present.
Run responses do not embed step records. Use List Steps
for per-block status and started_at / completed_at, and use
Get Step for typed handle inputs
and outputs. For persisted step records such as review-trigger evaluations, function
invocations, or API call traces, use List Artifacts.
Authorizations
Path Parameters
Response
Successful Response
A single execution of a workflow.
Unique ID for this run
ID of the workflow that was run
Content-addressed workflow version used for this run.
What started this run
The run has been created but execution has not started.
- PendingRun
- RunningRun
- AwaitingReviewRun
- CompletedTerminal
- ErrorTerminal
- CancelledTerminal
All timing information
Input payloads supplied at run creation time