GET
/
incidents
/
{incident_id}
/
workflows
{
  "limit": 25,
  "offset": 0,
  "count": 123,
  "items": [
    {
      "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": {}
    }
  ],
  "passCount": 0,
  "avgDuration": 0,
  "workflow": {
    "id": "<string>",
    "name": "Workflow file doesn't contain name",
    "description": "Workflow file doesn't contain description",
    "created_by": "<string>",
    "creation_time": "2023-11-07T05:31:56Z",
    "triggers": [
      {}
    ],
    "interval": 123,
    "disabled": false,
    "last_execution_time": "2023-11-07T05:31:56Z",
    "last_execution_status": "<string>",
    "providers": [
      {
        "type": "<string>",
        "id": "<string>",
        "name": "<string>",
        "installed": true
      }
    ],
    "workflow_raw": "<string>",
    "revision": 1,
    "last_updated": "2023-11-07T05:31:56Z",
    "invalid": false,
    "last_executions": [
      {}
    ],
    "last_execution_started": "2023-11-07T05:31:56Z",
    "provisioned": false,
    "provisioned_file": "<string>"
  },
  "failCount": 0
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

incident_id
string
required

Query Parameters

limit
integer
default:
25
offset
integer
default:
0

Response

200
application/json
Successful Response
count
integer
required
items
object[]
required
limit
integer
default:
25
offset
integer
default:
0
passCount
integer
default:
0
avgDuration
number
default:
0
workflow
object
failCount
integer
default:
0