Get an audit event
Audit log
Get an audit event
A single audit event. An unknown identifier returns a 404.
Required scope audit_log:read
get
/audit-log/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the event.
Response200 · application/json
The audit event.
idstring<uuid>requiredIdentifier of the event.
timestampstring<date-time>requiredWhen the event happened.
intentstringIntent behind the action.
actionstringrequiredAction that was performed.
categorystringCategory the action falls under.
actorobjectrequiredWho performed the action. Public API calls appear with the API key as a `service` actor.
resourceTypestringKind of resource the action targeted.
resourceIdstring<uuid>Identifier of that resource.
resourceNamestring | nullName of that resource at the time.
correlationIdstring | nullIdentifier tying related events together.
messagestring | nullHuman-readable summary of the event.