GET
/
workflows
/
executions
[
  {
    "workflow_id": "<string>",
    "workflow_execution_id": "<string>",
    "alert_fingerprint": "<string>",
    "workflow_status": "<string>",
    "workflow_started": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json
Successful Response
workflow_id
string
required
workflow_execution_id
string
required
alert_fingerprint
string
required
workflow_status
string
required
workflow_started
string
required