Skip to main content
GET
Get extended session state

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required

The namespace of the session

sessionId
string
required

The sessionId of the session

Response

Success

The state of a running session

base
SessionStateBase · object
required

Base session state

agents
SessionAgentState · object[]
required

A list of the states of all agents in this session

threads
SessionThread · object[]
required

A list of the states of all threads in this session