List sessions

List the authenticated user's agent chat sessions.

Authentication

AuthorizationBearer

Send the agent framework auth token as Authorization: Bearer <token>.

Query parameters

limitintegerOptionalDefaults to 10
offsetintegerOptionalDefaults to 0

Response

Sessions returned successfully.
idstring
user_idstring
statusstring
channelstring
client_infomap from strings to any
active_intentslist of strings
sentiment_scoreslist of doubles
escalation_riskdouble
created_atdatetime
updated_atdatetime
current_topicstring or null
last_activity_atdatetime or null
ended_atdatetime or null

Errors

401
Unauthorized Error