Logs
LogsAudit
Get account audit logs (Version 2)
client.accounts.logs.audit.list(AuditListParams { account_id, before, since, 25 more } params, RequestOptionsoptions?): CursorPaginationAfter<AuditListResponse { id, account, action, 4 more } >
GET/accounts/{account_id}/logs/audit
ModelsExpand Collapse
AuditListResponse { id, account, action, 4 more }
AuditListResponse { id, account, action, 4 more }
action?: Action { description, result, time, type } Provides information about the action performed.
action?: Action { description, result, time, type }
Provides information about the action performed.
actor?: Actor { id, context, email, 4 more } Provides details about the actor who performed the action.
actor?: Actor { id, context, email, 4 more }
Provides details about the actor who performed the action.
raw?: Raw { cf_ray_id, method, status_code, 2 more } Provides raw information about the request and response.
raw?: Raw { cf_ray_id, method, status_code, 2 more }
Provides raw information about the request and response.