v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-2663154130.1 KB
Runtime

List Sessions

List session summaries from the active memory backend.

Returns 501 when the adapter doesn't support listing (an ADK agent, or a LangGraph agent without a checkpointer). When SSO is enabled, the user id from the JWT is forwarded to the adapter for per-user scoping.

get/agent/sessions

Response

Successful Response

idstring required

AG-UI thread id used for routing.

lastUpdateTimenumber nullable

Epoch seconds.

userIdstring nullable
threadIdstring nullable

AG-UI thread id; equals id for LangGraph, may differ for ADK.

previewstring nullable

First user-authored text, ~120 chars max.