ChatalyzeDocs

Documentation

Sessions & messages

List and inspect conversation windows and message streams.

GET /api/sessions

List sessions.

QueryDescription
limitMax rows
sort=priority|openedPriority inbox vs recency
awaiting=1Only 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