Skip to main content

SessionResponse

data objectrequired
session_idSession Idrequired

Unique session identifier

created_atCreated Atrequired

Session creation timestamp

titleTitlerequired

Random session title

agent_id object

Associated agent ID

anyOf
string
agent_url object

Associated agent URL

anyOf
string
status_codeStatus Code
Default value: 201
messageMessage
Default value: Session created successfully
SessionResponse
{
"data": {
"session_id": "string",
"created_at": "string",
"title": "string",
"agent_id": "string",
"agent_url": "string"
},
"status_code": 201,
"message": "Session created successfully"
}