GET/v1/audit_events/{id}

audit_events.get

Fetch a single audit event by id.

Parameters

NameTypeRequiredDescription
idstringrequiredAudit event id, e.g. `aud_<32 hex chars>`.

Response

No parameters.

Examples

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

Try it

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