Audit Logs
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 · uuidRequiredExample:
Unique identifier (UUID) of the schema containing the record
550e8400-e29b-41d4-a716-446655440000recordIdstring · uuidRequiredExample:
Unique identifier (UUID) of the record to get activity logs for
a1b2c3d4-e5f6-7890-abcd-ef1234567890Responses
200
Activity logs retrieved successfully
application/json
400
Invalid ID format - Either schemaId or recordId is not a valid UUID
application/json
401
Unauthorized - Invalid or missing JWT token
application/json
get
/api/log/{schemaId}/{recordId}Last updated
Was this helpful?