Agent SwarmAgent Swarm

Sessions

Inspect task sessions — list recent root tasks and retrieve the full descendant task chain for a session

GET
/api/sessions

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Query Parameters

limit?|
offset?|
source?string
q?string
requestedByUserId?string
Length1 <= length
fields?string
Value in"full" | "slim"

Response Body

curl -X GET "http://localhost:3013/api/sessions"
Empty
Empty
GET
/api/sessions/{rootTaskId}

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Path Parameters

rootTaskId*string

Response Body

curl -X GET "http://localhost:3013/api/sessions/string"
Empty
Empty
Empty