Get Workflow Run (Live Status)
curl --request GET \
--url https://api.sixtyfour.ai/workflows/runs/{run_id}/live_status{
"run_id": "<string>",
"workflow_id": "<string>",
"overall_status": "<string>",
"last_updated": "<string>",
"current_block": "<string>",
"current_block_sequence": 123,
"total_blocks": 0,
"completed_blocks": 0,
"started_at": "<string>",
"completed_at": "<string>",
"blocks": [],
"overall_progress_percentage": 0,
"estimation_blocked_by": "<string>"
}Workflows
Get Workflow Run (Live Status)
Get the live status and per-block progress for a workflow run.
GET
/
workflows
/
runs
/
{run_id}
/
live_status
Get Workflow Run (Live Status)
curl --request GET \
--url https://api.sixtyfour.ai/workflows/runs/{run_id}/live_status{
"run_id": "<string>",
"workflow_id": "<string>",
"overall_status": "<string>",
"last_updated": "<string>",
"current_block": "<string>",
"current_block_sequence": 123,
"total_blocks": 0,
"completed_blocks": 0,
"started_at": "<string>",
"completed_at": "<string>",
"blocks": [],
"overall_progress_percentage": 0,
"estimation_blocked_by": "<string>"
}Headers
Path Parameters
Response
Successful Response
Live status response for a single workflow run.
Workflow run identifier.
Workflow identifier.
Overall run status: queued, running, completed, or failed.
Timestamp of the last status update.
Name of the block currently executing.
Sequence number of the block currently executing.
Total number of blocks in the workflow.
Number of blocks that have finished.
Timestamp when execution started.
Timestamp when execution finished.
Live status for each block in the run.
Show child attributes
Show child attributes
Overall run progress (0-100).
Block name preventing a full progress estimate, if any.
Was this page helpful?
⌘I