List session threads
Returns every thread in the session’s tree, including one synthesized thread per session that has no explicit thread rows, sorted by thread path. Any session id in the tree is accepted; the read resolves to its root.
Authorizations
A Recursion API key, created in the console under API keys.
Headers
Optional tenant consistency check. When present, it must name the tenant bound to the API key, including when x-organization-id is default.
1Organization in which to act. Required for a tenant-scoped API key. Optional for an organization-scoped key, where it must name that same organization. The value may be an organization id or default.
1Path Parameters
Session id (UUID) as returned by managedAgentsStartSession or managedAgentsListSessions.
Response
Response body of GET /managed-agents/v1/sessions/{session_id}/threads. The path id may name any session in a multi-agent tree; the registry returned is always the whole tree's, resolved through that session's root, so a subagent id and its root id return the same set.
Response body of GET /managed-agents/v1/sessions/{session_id}/threads. The path id may name any session in a multi-agent tree; the registry returned is always the whole tree's, resolved through that session's root, so a subagent id and its root id return the same set.
Threads belonging to the session tree the path session is part of. May be null or an empty array; both mean the tree has no registered threads. Threads on sessions the caller may not read are dropped.