Logs
LogsAudit
Get organization audit logs (Version 2)
organizations.logs.audit.list(strorganization_id, AuditListParams**kwargs) -> SyncCursorPaginationAfter[AuditListResponse]
GET/organizations/{organization_id}/logs/audit
Get resource change history from an organization audit log entry (Version 2)
organizations.logs.audit.history(strid, AuditHistoryParams**kwargs) -> AuditHistoryResponse
GET/organizations/{organization_id}/logs/audit/{id}/history
ModelsExpand Collapse
class AuditListResponse: …
class AuditListResponse: …
actor: Optional[Actor]Provides details about the actor who performed the action.
actor: Optional[Actor]
Provides details about the actor who performed the action.
List[AuditHistoryResponseItem]
List[AuditHistoryResponseItem]
actor: Optional[AuditHistoryResponseItemActor]Provides details about the actor who performed the action.
actor: Optional[AuditHistoryResponseItemActor]
Provides details about the actor who performed the action.
organization: Optional[AuditHistoryResponseItemOrganization]Contains organization related information.
organization: Optional[AuditHistoryResponseItemOrganization]
Contains organization related information.