List coding sessions
Recall
List coding sessions
List the effective subject’s recent coding sessions, newest activity first.
GET
List coding sessions
A session groups the nodes that share a root session id, with sub-agent transcripts folded into their parent. Each entry carries live memory and signal counts plus a generated title and summary, which fall back to the opening message until the cached summary is written. Use
after and before to bound the activity window.
Authorization
This route requires theread scope.
A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.
Headers
These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.Success responses
Errors
Every error is an RFC 9457
application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.Authorizations
An Exo API key (exo_...) sent as the X-Exo-API-Key header.
Query Parameters
Required range:
1 <= x <= 200ISO lower bound on last activity
ISO upper bound on last activity
Opaque cursor from a previous nextCursor.
Page size, coerced into [1, 100]. Defaults to the legacy limit parameter when only a cursor is supplied.
Response
The subject's recent sessions, newest activity first.
The response is of type Response Recall Sessions V1 Recall Sessions Get · object.