Skip to main content
GET
/
agent
/
sessions
List Sessions
curl --request GET \
  --url https://api.example.com/agent/sessions
[
  {
    "id": "<string>",
    "lastUpdateTime": 123,
    "userId": "<string>",
    "threadId": "<string>",
    "preview": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

id
string
required

AG-UI thread id used for routing.

lastUpdateTime
number | null

Epoch seconds.

userId
string | null
threadId
string | null

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

preview
string | null

First user-authored text, ~120 chars max.

Last modified on May 22, 2026