List historical and ongoing incidents

GET/api/v1/status-page/incidents

Parameters

This endpoint does not accept parameters.

Responses

200Incident list

Request

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

Response

200Incident list
Example response not yet documented.