Audit Log
Retrieve single audit event by id
Required scope: audit-log:read
get/api/v1/auditlog/events/{eventId}
Path parameters
eventIdstring required
The id of the event to retrieve
Response
The requested event
Example response
{
"id": "MTcwNjYyMTcwMDEyM3xfTVF0eG8wQjVXRnNEN194ZC1uaw==",
"timestamp": "2024-02-22T18:01:26.242Z",
"operatorId": 1,
"teamId": 1,
"action": "UPDATE",
"entityId": "1",
"entityType": "Team"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.