Analysisv1
List Analyses
Returns a patient's analyses over time — the longitudinal trend line. Use it to chart a panel score against the baseline and see when a subject began drifting.
GETanalysescontent_copy
Headers
Authorization
RequiredBearer token — your secret API key. Create one in the dashboard under Developers → API Keys.
Query Parameters
patient_idstringRequired
Return analyses for this patient.
panelstringOptional
Optional. Restrict to a single panel (respiratory | neurological).
sincestringOptional
Optional ISO-8601 timestamp. Only analyses after this time.
limitintegerOptional
Page size, 1–100. Defaults to 50.
Response
200 OKapplication/json
{"data": [{ "id": "an_5Tz7Lm", "created_at": "2026-07-11T09:26:41Z","respiratory": 0.62, "neurological": 0.14 },{ "id": "an_4Rp2Ky", "created_at": "2026-07-04T09:10:00Z","respiratory": 0.28, "neurological": 0.11 }],"has_more": false}