List organization audit logs with filtering and pagination.
Returns audit events for the organization, sorted by timestamp descending. Requires ADMIN permission.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Filter by resource type
organization, user, api_key, namespace, collection, bucket, retriever, cluster, taxonomy, storage_connection Filter by resource ID
Filter by actor ID
Filter by action
user_created, user_updated, user_deleted, api_key_created, api_key_rotated, api_key_revoked, api_key_scope_updated, permission_updated, storage_connection_created, storage_connection_updated, storage_connection_deleted, storage_connection_tested, storage_connection_failed, namespace_created, namespace_updated, namespace_deleted, namespace_accessed, collection_created, collection_updated, collection_deleted, collection_accessed, bucket_created, bucket_updated, bucket_deleted, bucket_accessed, retriever_created, retriever_updated, retriever_deleted, retriever_accessed, retriever_queried, cluster_created, cluster_updated, cluster_deleted, cluster_executed, cluster_accessed, taxonomy_created, taxonomy_updated, taxonomy_deleted, taxonomy_accessed ISO8601 start timestamp
ISO8601 end timestamp
Number of results to skip
x >= 0Number of results to return
1 <= x <= 1000