Query Organization Audit Logs
Query an organization’s audit logs.
Permissions
The permissions required to access this endpoint. See Permissions Reference for what each role grants.
Required Permissions: view_audit_logs
Granted By Role: Owner Admin
Authorizations
This endpoint uses Service Account authentication.
Headers
Optional date-based API version pin.
If omitted, the request is served by the latest API version, and the caller accepts that a future release may introduce a breaking change to the response contract. If set to a supported version date, that version's contract is honored and will not receive a breaking change.
Path Parameters
The unique identifier for the organization.
Query Parameters
Items per page.
1 <= x <= 100Previous or next cursor used to paginate.
Sort order of results: 'asc' for oldest first, 'desc' for newest first.
asc, desc Body
The set of filters to apply to the audit log query. All filters are optional, and if none are provided, all audit logs for the organization will be returned.
Filter to audit logs by the IDs of the users who performed the actions.
Filter to audit logs by the emails of the users who performed the actions.
List of user IDs to exclude from the results. Audit logs performed by these users will not be included in the response.
List of user emails to exclude from the results. Audit logs performed by these users will not be included in the response.
List of entity types and actions to filter audit logs by. See https://docs.mixpanel.com/docs/access-security/audit-log-reference for a list of valid types.
Filter to audit logs created before this timestamp.
Filter to audit logs created after this timestamp.
Filter to audit logs that originated from these Mixpanel services, e.g. mcp, webapp.
Case-insensitive substring match against user email addresses.
List of Project IDs to filter audit logs by. If not provided, audit logs for all projects in the organization as well as organization-level audit logs will be returned.