v1
latestOpenAPI 3.0.12026-07-243686491.1 MBAudit 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"
}