Logs
LogsAudit
Get account audit logs (Version 2)
accounts.logs.audit.list(AuditListParams**kwargs) -> SyncCursorPaginationAfter[AuditListResponse]
GET/accounts/{account_id}/logs/audit
Get resource change history from an account audit log entry (Version 2)
accounts.logs.audit.history(strid, AuditHistoryParams**kwargs) -> AuditHistoryResponse
GET/accounts/{account_id}/logs/audit/{id}/history
List account audit log product categories (Version 2)
accounts.logs.audit.product_categories(AuditProductCategoriesParams**kwargs) -> SyncSinglePage[AuditProductCategoriesResponse]
GET/accounts/{account_id}/logs/audit/product_categories
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.