@makehq/sdk
    Preparing search index...

    Class AuditLogs

    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:read scope, 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 imtId of the last entry you received as the next call's pg.last.

    Index

    Constructors

    Methods

    • Get a single audit log entry together with its event-specific detail payload.

      Parameters

      • organizationId: number

        The ID of the organization the entry belongs to

      • uuid: string

        The UUIDv4 of the audit log entry

      Returns Promise<AuditLogDetail>

      Promise with the audit log entry detail