v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Workflow

Get Workflow Run (Live Status)

Get the live status and per-block progress for a workflow run.

get/workflows/runs/{run_id}/live_status

Path parameters

run_idstring uuid required

Headers

x-api-keystring nullable

Response

Successful Response

run_idstring required

Workflow run identifier.

workflow_idstring required

Workflow identifier.

overall_statusstring required

Overall run status: queued, running, completed, or failed.

current_blockstring nullable

Name of the block currently executing.

current_block_sequenceinteger nullable

Sequence number of the block currently executing.

total_blocksinteger

Total number of blocks in the workflow.

completed_blocksinteger

Number of blocks that have finished.

started_atstring nullable

Timestamp when execution started.

completed_atstring nullable

Timestamp when execution finished.

last_updatedstring required

Timestamp of the last status update.

overall_progress_percentagenumber

Overall run progress (0-100).

estimation_blocked_bystring nullable

Block name preventing a full progress estimate, if any.