Audit entries
Audit entries in API v3: list audit entries, retrieve an audit entry.
2 operations.
| Operation | Summary |
|---|---|
GET /audit-entries | List audit entries |
GET /audit-entries/{audit_entry_id} | Retrieve an audit entry |
Requests
Previous Page
List audit entries GET
Lists the audit entries of the current account: write operations, denied or rejected requests, background effects, and management actions. Successful read requests are not included; they are available through the Requests endpoints. Results are paginated by cursor and sorted by `occurred_at`, newest first by default. The collection can be filtered by kind, outcome, action code, resource, request ID, and occurrence time range. Requires the `audit.read` permission for the account.