Returns analytics metrics for a single screen. Supports optional time-range, environment, currency, and unit filters.
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Screen identifier.
256^[a-zA-Z0-9._-]+$Start of the analytics period (ISO 8601 date or datetime).
"2025-01-01"
End of the analytics period (ISO 8601 date or datetime).
"2025-12-31"
Filter by environment.
Currency code for revenue metrics (ISO 4217).
"USD"
Time unit for grouping analytics data.
Analytics data for the specified screen.
Analytics object wrapped in the standard v4 envelope (object, url, data). data.kpis uses snake_case keys (conversion_rate, cancel_rate) and each KPI carries value, previous-period value, and a sparkline.