Get query-log analytics
GET/api/v1/chatbots/:chatbotId/analytics/queries
Row-level query log for a single chatbot at dashboard parity — the owner's own conversation log. Question and answer text are PII-redacted at insert and the end-user's email is masked. Internal session, row, and network identifiers are never emitted. Each row's sources[] is reshaped to a public citation {title, source, pdfSource} — the raw retrieved chunk text and all other internal source metadata are dropped. Tier-gated (starter+). Required scope: analytics:read.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Query-log rows + feedback breakdown for the chatbot.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded