[Beta] Get a workflow run
Workflows (Beta)
[Beta] Get a workflow run
Get details of a specific workflow run, including status, duration, trigger info, and timestamps.
GET
[Beta] Get a workflow run
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Default Response
Run UUID
Workflow version serial ID that was executed
Run status: "idle", "in_progress", "completed", "failed", "canceled"
Available options:
canceled, completed, failed, idle, in_progress What caused the run: "manual", "automatic", "scheduled"
Available options:
automatic, manual, scheduled How long the run took
Whether this was a test run