FruxonDocs
ApiFruxon channel

Lists the caller's own sandbox sessions against an agent, newest first.

The studio's list of a person's test conversations with one agent — the sessions they opened or forked, open and closed alike. Owner-only: a colleague's sessions are never returned, and a service account, which opens sessions on nobody's behalf, gets an empty page. Closed sessions stay listed until the idle sweeper deletes them.

GET
/v1/tenants/{tenant}/fruxon/sessions
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

Query Parameters

agentId?string

The agent whose sessions to list.

PageSize?integer

The maximum number of items to return per page

Formatint32
PageToken.Skip?integer
Formatint32
PageToken.Cursor?string

Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/fruxon/sessions"
{
  "items": [
    {
      "sessionId": "string",
      "agentId": "string",
      "deliveryMode": "SANDBOX",
      "status": "OPEN",
      "networkId": "00000000-0000-0000-0000-000000000000",
      "participantId": "00000000-0000-0000-0000-000000000000",
      "title": "string",
      "turnCount": 0,
      "cost": 0,
      "createdAt": 0,
      "modifiedAt": 0
    }
  ],
  "nextPageToken": "string",
  "totalCount": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}