List user audit logs
Lists audit logs for the authenticated user within an enterprise or organization. Enterprise results are based on the user's role, while organization-scoped results require organization admin access. Results are paginated and sorted by timestamp in descending order. Provide exactly one of filter[enterpriseId] or filter[organizationId]; the parameters are mutually exclusive.
Requires access token scopes: auditlogs_view_all or user_manage
Query parameters
Enterprise ID to scope the query. Mutually exclusive with filter[organizationId].
Organization ID to scope organization audit logs. Mutually exclusive with filter[enterpriseId]. Exactly one scope filter is required.
Filter by target ID. Common values include walletId, userId, enterpriseId and organizationId.
Type of entity that was the target of the action
Filter by target type. Common values include wallet, enterprise, user, and organization.
Filter by audit log type. Accepts a single value or a comma-separated list for multiple values.
Filter by actor ID
Filter by actor type.
Filter by audit log category
Filter by correlation ID to correlate related audit events.
Filter for audit logs on or after this date (ISO 8601 format)
Filter for audit logs before this date (ISO 8601 format)
Opaque pagination cursor returned in the previous page's links.next
Maximum number of results to return per page
Response
Successfully retrieved audit logs