v1

latestOpenAPI 3.1.0MIT2026-07-26134154266.9 KB
Workflows (Beta)

[Beta] Get a workflow run

Get details of a specific workflow run, including status, duration, trigger info, and timestamps.

get/workflows/{workflow_id}/runs/{run_id}

Path parameters

workflow_idstring required
run_idstring required

Response

Default Response

idstring required

Run UUID

workflow_idnumber required

Workflow version serial ID that was executed

status'canceled' | 'completed' | 'failed' | 'idle' | 'in_progress' | 'waiting' nullable required

Run status: "idle", "in_progress", "completed", "failed", "canceled"

trigger_cause'automatic' | 'manual' | 'scheduled' required

What caused the run: "manual", "automatic", "scheduled"

duration_in_secondsnumber nullable required

How long the run took

run_started_atstring date-time nullable required
run_ended_atstring date-time nullable required
is_test_runboolean required

Whether this was a test run

created_atstring date-time required