Audit logs
Get audit log
Retrieve one audit entry, including the details recorded with it.
GET/v1/audit_logs/{audit_log_id}
Parameters
| Parameter | Description |
|---|---|
| audit_log_idstring · pathrequired | No description in the spec. |
Returns
Returns an AuditLogResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the audit_logs:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other audit logs operations
- List audit logs GET /v1/audit_logs
BillKit