Audit Logs#

class frameioclient.AuditLogs(client)#
list(account_id)#

Get audit logs for the currently authenticated account.

Parameters:

account_id (Union[str, UUID]) – Account ID you want to get audit logs for.

Example:

client.logs.list(
  account_id="6bdcb4d9-9a2e-a765-4548-ae6b27a6c024"
)
Returns:

List of audit logs.

Return type:

list