Documentation
Sessions & messages
List and inspect conversation windows and message streams.
GET /api/sessions
List sessions.
| Query | Description |
|---|---|
limit | Max rows |
sort=priority|opened | Priority inbox vs recency |
awaiting=1 | Only sessions where fan is waiting |
GET /api/messages
List messages. Query: ?chatId= · ?limit=.
GET /api/chats?chatId=
Sessions + messages for one chat id.
GET /api/sessions/:id/analysis
Intelligence bundle for one session: metrics snapshot, alerts, model labels, recommendations. Returns 404 if unknown.
curl -sS https://api.chatalyze.co/api/sessions/sess_xxx/analysis | jq