List Audit Logs
Returns paginated audit logs for the current account with optional
filtering by action, resource type, actor, and date range. Results
are ordered by most recent first. Requires audit:view permission.
Documentation Index
Fetch the complete documentation index at: https://docs.naturalead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for programmatic access. Keys use the format nl_live_<64 hex>
or nl_test_<64 hex> and are scoped to an account's RBAC permissions.
Query Parameters
Filter by action name (e.g., "lead.created", "api_key.rotated")
Filter by resource type (e.g., "lead", "conversation", "api_key")
Filter by actor type
user, api_key Filter by actor identifier (user ID or API key ID)
Start date for the time range filter (ISO 8601)
End date for the time range filter (ISO 8601)
Free-text search across action, resource type, and actor display name
2 - 200Number of records to skip for pagination
x >= 0Maximum number of records to return
1 <= x <= 200