List incidents
GET
/api/v1/incidentsParameters
statusquerystringopen, investigating, mitigated, resolved
severityquerystringcritical, major, minor
cursorquerystringResponses
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.