Audit Logs

List activity logs for a record

get

Retrieves the complete audit trail of changes made to a specific record. Each log entry captures the field that was modified, its value before and after the change, the author of the change, and the timestamp. Only schemas with the 'auditable' property set to true track changes in the audit log.

Path parameters
schemaIdstring · uuidRequired

Unique identifier (UUID) of the schema containing the record

Example: 550e8400-e29b-41d4-a716-446655440000
recordIdstring · uuidRequired

Unique identifier (UUID) of the record to get activity logs for

Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890
Responses
200

Activity logs retrieved successfully

application/json
get
/api/log/{schemaId}/{recordId}

Last updated

Was this helpful?