Create a new AuditLogs instance.
Function for making API requests
Get a single audit log entry together with its event-specific detail payload.
The ID of the organization the entry belongs to
The UUIDv4 of the audit log entry
Promise with the audit log entry detail
Get the filter options available for an organization's audit logs.
The organization ID to get filter options for
Promise with the available users, teams, and events
Get the filter options available for a team's audit logs.
The team ID to get filter options for
Promise with the available users and events
List the audit log entries of an organization.
The organization ID to list audit log entries for
Optionaloptions: ListOrganizationAuditLogsOptionsOptional filtering, sorting, and pagination parameters
Promise with the list of audit log entries
List the audit log entries of a team.
The team ID to list audit log entries for
Optionaloptions: ListAuditLogsOptionsOptional filtering, sorting, and pagination parameters
Promise with the list of audit log entries
Class providing methods for working with Make audit logs.
Audit logs record administrative and configuration events across an organization and its teams. Reading them requires the
audit-logs:readscope, the Admin or Owner role on the organization (or the corresponding team role for team-scoped reads), and an organization license that includes the audit logs feature.The list methods return the entries alone. To page through a large result set, pass the
imtIdof the last entry you received as the next call'spg.last.