Returns analytics metrics for a single screen. Supports optional time-range, environment, currency, and unit filters.
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; shape is defined by the upstream analytics service.