Get audit log by ID

Retrieve detailed information about a specific audit log entry including full event details, metadata, and associated transaction information when applicable.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesAudit log identifier

Response Fields

FieldTypeDescription
idUUIDUnique audit log identifier
timestampstringEvent timestamp (ISO 8601)
servicestringOriginating service name
eventstringEvent type
entityTypestringRelated entity type
entityIdstringRelated entity identifier
userIdstringUser who performed the action
workflowIdstringAssociated workflow ID
detailsobjectEvent-specific details
metadataobjectAdditional context
clientInfoobjectClient IP, user agent, etc.
organizationIdUUIDOrganization ID
transactionobjectAssociated transaction details (if applicable)

Client Info Object

FieldTypeDescription
ipAddressstringClient IP address
userAgentstringClient user agent string
originstringRequest origin

Use Cases

  • View complete audit log entry details
  • Investigate specific security events
  • Review transaction-related audit entries
  • Debug workflow execution issues
  • Generate detailed audit reports

Required Permission

audit:read