GET/v1/incidents/{id}

incidents.get

Fetch a single incident by id. Returns 404 if no incident with that id exists in the caller's tenant.

Parameters

NameTypeRequiredDescription
idstringrequiredIncident id, e.g. `inc_<32 hex chars>`.

Response

No parameters.

Examples

curl -sS -X GET \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/incidents/{id}

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.