List Audit Logs
GET/api/v1/audit_logs
Retrieves your organization's audit log, most recent first, including org-level events (e.g. API key access, user added) that are not tied to a single account. Filter by action, result, date range, and free-text search, or narrow to a single account with account_id. Records are retained for approximately one year. Only the documented query parameters are accepted; any unknown parameter returns 422.
Request
Responses
- 200
- 400
- 401
- 422
- 429
successful
bad request
unauthorized
unprocessable entity
too many requests
Response Headers
X-RateLimit-Limit
Your request allowance for the current window.
X-RateLimit-Remaining
Requests remaining in the current window.
X-RateLimit-Reset
Unix time (seconds) at which the window resets.
Retry-After
Seconds to wait before retrying.