Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query attention scores and time-series history.
GET /v1/sessions/:id/score
{ "sessionId": "sess_8xK2mP9q", "score": 94, "updatedAt": "2026-04-28T14:46:21Z" }
GET /v1/sessions/:id/scores
{ "sessionId": "sess_8xK2mP9q", "history": [ { "score": 88, "timestamp": "2026-04-28T14:32:08Z" }, { "score": 76, "timestamp": "2026-04-28T14:33:10Z" }, { "score": 94, "timestamp": "2026-04-28T14:34:05Z" } ] }
GET /v1/scores
groupBy
page
cohort
userId
metric
avg
p50
p95
window
1h
24h
7d
30d
{ "groups": [ { "key": "/dashboard", "avg": 81, "p50": 84, "sessions": 412 }, { "key": "/onboarding", "avg": 62, "p50": 65, "sessions": 98 } ] }