Create Audit Log Event
Request
This endpoint expects an object.
id
The Audit Log Event ID. Starts with audit_log_event_...
.
organizationId
The Organization the event occurred within, if any.
actorUserId
The User that performed the event, if any.
actorSessionId
The Session that performed the event, if any.
actorApiKeyId
The API Key that performed the event, if any.
actorBackendApiKeyId
The Backend API key that performed the event, if any.
actorIntermediateSessionId
The Intermediate Session that performed the action, if any.
eventTime
When the event occurred.
eventName
The name of the event.
eventDetails
The event payload JSON.
actorCredentials
Credentials for the actor performing the action. Input-only.
Can be used as a shorthand for actor information when calling CreateAuditLogEvent.
Response
OK
auditLogEvent
AuditLogEvent represents a record in the Project's audit log.