List incidents

GET/api/v1/incidents

Parameters

statusquerystring

open, investigating, mitigated, resolved

severityquerystring

critical, major, minor

cursorquerystring

Responses

200Paginated incident list

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/incidents" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Paginated incident list
Example response not yet documented.