Create Audit Log Event

Request

This endpoint expects an object.
idstringOptional

The Audit Log Event ID. Starts with audit_log_event_....

organizationIdstringOptional
The Organization the event occurred within, if any.
actorUserIdstringOptional
The User that performed the event, if any.
actorSessionIdstringOptional
The Session that performed the event, if any.
actorApiKeyIdstringOptional
The API Key that performed the event, if any.
actorBackendApiKeyIdstringOptional
The Backend API key that performed the event, if any.
actorIntermediateSessionIdstringOptional
The Intermediate Session that performed the action, if any.
eventTimestringOptionalformat: "date-time"
When the event occurred.
eventNamestringOptional
The name of the event.
eventDetailsobjectOptional
The event payload JSON.
actorCredentialsstringOptional

Credentials for the actor performing the action. Input-only.

Can be used as a shorthand for actor information when calling CreateAuditLogEvent.

Response

OK
auditLogEventobject or null
AuditLogEvent represents a record in the Project's audit log.

Errors