Skip to main content
GET
/
api
/
dashboard
/
integrations
/
zunkiree
/
analytics
Get Analytics Endpoint
curl --request GET \
  --url https://api.example.com/api/dashboard/integrations/zunkiree/analytics
{
  "from": "2023-11-07T05:31:56Z",
  "to": "2023-11-07T05:31:56Z",
  "queries_total": 0,
  "queries_with_answer": 0,
  "leads_captured": 0,
  "orders_via_widget": 0,
  "top_questions": [
    {
      "text": "<string>",
      "count": 123
    }
  ],
  "response_time_p95": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

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