Skip to main content

Get super-admin audit logs

Retrieve audit logs of super-admin actions. Only super-admins can view audit logs.

Query Parameters
  • limit integer

    Possible values: >= 1 and <= 1000

    Default value: 100

    Maximum number of audit log entries to return

  • offset integer

    Number of audit log entries to skip

  • super_admin_email email

    Filter by super-admin email address

  • organization_id uuid

    Filter by organization ID

Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

List of audit log entries


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • errors object[]
  • httpcode integer
  • message string
  • result object[]
  • audit_id uuid

    Unique identifier for the audit log entry

  • super_admin object
  • entity_class string

    Possible values: [unknown, identity, credential, policy, resource, application, canonical_application, sensor]

  • entity_id string
  • identifier string
  • request_method string

    HTTP method of the request

  • request_path string

    Path of the endpoint accessed

  • organization_id string
  • organization_name string

    Name of the organization where the action was performed

  • metadata object

    Additional metadata about the request

  • created_at date-time

    Timestamp of the action