Get incident details and timeline
GET
/api/v1/incidents/{id}Parameters
This endpoint does not accept parameters.
Responses
200Incident object
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/incidents/{id}" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Incident object
Example response not yet documented.