Export Audit Logs
POST {{cb_url}}/audit_log/v1/orgs/{{cb_org_key}}/logs/_export
Export audit logs in your organization using the job service.
To receive the actual JSON or CSV results, you need to use the Job Service API. First, use the Get Job Details to get the status of the async job, then Download Job Output call to download the actual content.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
org.audits | READ |
See the Authentication section of these APIs for more information on what is required to authenticate these requests.