Audit Logs
Was this helpful?
Was this helpful?
Audit logs provide a record of all actions taken in the workspace, including who performed the action, when it was done, and what was changed. Learn more about audit logs .
This endpoint retrieves a list of audit logs for the workspace, providing a comprehensive record of actions taken by users, systems, and integrations.
The audit logs can be filtered and sorted using the advanced filter and sort query parameters, which allow for complex filtering based on multiple criteria.
A serialized and URL encoded JSON object to define filters on the audit logs. This follows the same pattern as catalog filters, allowing for complex filtering based on multiple criteria.
{"operator":"and","operands":[{"operator":"exact","field":"performer_type","value":"USER"}]}
A serialized and URL encoded JSON object to define the sort pattern on the audit logs.
{"field":"updated_at","order":"desc"}
Page number for paginated results (default is 1)
1
This endpoint retrieves a list of logs for a specific resource, providing a history of changes and actions taken on that resource.
ID of the resource to retrieve logs for
550e8400-e29b-41d4-a716-446655440000
Page number for paginated results (default is 1)
1