Skip to main content
The Audit Log gives workspace admins a tamper-evident trail of every meaningful action that takes place in the workspace — who did it, what they did, and when. Use it to investigate incidents, satisfy compliance requirements, and verify that access controls are working as expected. Open it from the sidebar: Settings → Audit Log. You need the audit:read scope to access this page. By default this is available to Tenant Admins, Security Admins, and Compliance Admins.

What is recorded

Every action that mutates workspace state emits an audit entry. Events are grouped into categories: Each entry records:
Audit log entries cannot be edited or deleted. The retention floor for audit records is 365 days — see Data & Retention.

Filtering the log

Use the filter bar at the top of the Audit Log screen to narrow the results: Results are returned in reverse chronological order, paginated in pages of up to 100 entries.

Exporting the audit log

Click Export to download the filtered audit log as a CSV file. The export runs asynchronously; you will receive an email when the download is ready.
1

Apply filters (optional)

Set any date range or category filters you want the export to respect.
2

Click Export

A POST /v1/audit/export request is submitted. The response returns 202 Accepted.
3

Download the file

An email is sent to your account address when the export is ready. The link expires after 24 hours.

API endpoints

Query parameters for GET /settings/audit: For the full REST specification see API Reference.