GET
/
workflows
/
{workflow_id}
/
runs
/
{workflow_execution_id}
{
  "id": "<string>",
  "workflow_id": "<string>",
  "started": "2023-11-07T05:31:56Z",
  "triggered_by": "<string>",
  "status": "<string>",
  "workflow_name": "<string>",
  "logs": [
    {
      "id": 123,
      "timestamp": "2023-11-07T05:31:56Z",
      "message": "<string>",
      "context": {}
    }
  ],
  "error": "<string>",
  "execution_time": 123,
  "results": {}
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

workflow_execution_id
string
required

Response

200
application/json
Successful Response
id
string
required
workflow_id
string
required
started
string
required
triggered_by
string
required
status
string
required
workflow_name
string
logs
object[]
error
string
execution_time
number
results
object