Skip to main content
GET
Get an Audit Event

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Path Parameters

auditEventId
string
required

Audit event ID

Response

Returns audit event object

id
string
Required string length: 24
Pattern: ^[a-z0-9]{24}$
timestamp
string

The timestamp when the action happened

Example:

"2020-04-27T14:22:11.000Z"

type
enum<string>

The type of operation that was performed

Available options:
action,
create,
replace,
patch,
delete,
authentication,
authorization
Example:

"create"

user
string

The email of the user who performed the operation

Example:

"hans.mustermann@xyz.com"

modifiedResources
object[]

An list of resources in the chain of the modification

payload
object

The raw payload of the operation in case it was tracked

Example:
Last modified on July 22, 2026