Immutable record of every state-changing action in the platform. Includes actor, IP, timestamp, action, target resource, and a correlation ID. Retained 7 years.
/api/v1/audit-logCursor-paginated with filters: actor_id, action, resource_type, start_at, end_at, correlation_id.
/api/v1/audit-log/export.csvStream the audit log as CSV. Same filters as the list endpoint.
/api/v1/audit-log/{id}Includes the full payload diff captured at the moment of the action.