Logs
LogsAudit
Get organization audit logs (Version 2, Beta release)
client.organizations.logs.audit.list(stringorganizationId, AuditListParams { before, since, id, 20 more } query, RequestOptionsoptions?): CursorPaginationAfter<AuditListResponse { id, action, actor, 3 more } >
GET/organizations/{organization_id}/logs/audit
ModelsExpand Collapse
AuditListResponse { id, action, actor, 3 more }
AuditListResponse { id, action, actor, 3 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.