Audit Logs
audit_logs
Methods
get/v1/audit_logs/{audit_log_id}
Get an Audit Log entry
get/v1/audit_logs
List Audit Log entries for an organization
query Parameters
cursor: string
Optional
Pagination cursor returned by a previous request
limit: number
(maximum: 100, minimum: 10, default: 10)Optional
Maximum number of items to return
Response fields
Request example
200Example
Domain types
AuditLog = { id, actor, client_ip, 5 more... }
Audit log entry.
AuditLogActor = { id, type }
The entity that performed the action.
AuditLogList = { items, pagination }
AuditLogType = "user" | "api_key"
Type of actor.