Get a single audit event with full detail
GET
/api/v1/audit/events/{id}Parameters
This endpoint does not accept parameters.
Responses
200Audit event object
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/audit/events/{id}" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Audit event object
Example response not yet documented.