Returns AI-generated insights for the project over the last period days.
Responses are cached on the upstream; pass force=true to regenerate.
The insights[] array groups observations by type (critical, positive,
tip, info) — each item has a short title, a longer body, and a
suggested action.
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.
Look-back window in days. Must be between 1 and 365.
1 <= x <= 365Bypass the server-side cache and regenerate insights. Expensive — avoid polling.
Return only already-cached results; never trigger a fresh generation. Use for fast UI reads.
Environment: 0 = sandbox, 1 = production.
0, 1 Insights payload.
analytics_insights ISO 8601 timestamp of when the insights were generated.
Window the insights cover, echoed from the period query param.
1 <= x <= 365One-word project health label.
healthy, watch, critical, null One-paragraph plain-English synthesis.
Integer score — lower is worse.
0 <= x <= 10True when the payload came from the upstream cache.
True when a background refresh is in progress and the returned data is an older snapshot.
True when the project has insufficient data to generate insights.