Skip to main content
GET
Get Analytics Endpoint

Headers

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Query Parameters

from
string<date-time> | null
to
string<date-time> | null

Response

Successful Response

The full GET /analytics response — same shape as the embedded block but with explicit window echoback. Z6 stage doesn't return from/to today; we set them server-side from the validated request params so callers always get the window they queried.

from
string<date-time>
required
to
string<date-time>
required
queries_total
integer
default:0
queries_with_answer
integer
default:0
leads_captured
integer
default:0
orders_via_widget
integer
default:0
top_questions
TopQuestion · object[]
response_time_p95
number | null