List Audit Logs
Audit Logs
List Audit Logs
Retrieve the workspace audit trail for compliance and security investigations (admin-only)
GET
List Audit Logs
Returns a paginated, filterable log of every write action performed in the workspace — API calls, user actions, and automations. Essential for SOC 2, ISO 27001, and internal forensics.
Request
Query Parameters
Page number for pagination
Entries per page (max: 200)
Filter by action:
create, update, delete, login, api_accessFilter by the UUID of the acting user (human user only — API keys are filtered separately)
Filter by resource type:
contacts, companies, deals, tasks, notes, lists, campaigns, webhooks, api_keys, usersOnly entries on or after this ISO 8601 date/timestamp
Only entries on or before this ISO 8601 date/timestamp
Headers
Audit logs are retained for 365 days and are immutable once written.
Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | admin_key_required | This endpoint requires an admin-scoped API key |
| 400 | invalid_date_range | from_date is after to_date |
| 429 | rate_limited | Rate limit exceeded |