Workflow Runs
Get a workflow run v2
This endpoint retrieves the details of a specific workflow run using its workflow_run_id
.
GET
/
v2
/
runs
/
{workflow_run_id}
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
workflow_run_id
string
requiredThe ID of the workflow run to retrieve.
Response
200 - application/json
id
string
requiredversion_id
string
requiredworkflow_id
string
requiredstatus
enum<string>
requiredAvailable options:
completed
, running
, failed
, queued
, cancelled
created_at
string
requirederror
string | null
requiredresult
object | null
required