SessionHistoryResponse
data object[]required
Array [
session_idSession Id (string)required
Unique session identifier
titleTitle (string)required
Session title
agent_id object
Associated agent ID
- string
- null
string
agent_url object
Associated agent URL
- string
- null
string
]
pagination object
anyOfanyOfanyOf
- PaginationMetaData
- null
total_countTotal Count (integer)required
Total number of records
returned_countReturned Count (integer)required
Number of messages in this response
has_moreHas More (boolean)required
Whether more messages exist
next_cursor object
Cursor for next page
- string
- null
string
prev_cursor object
Cursor for previous page
- string
- null
string
status_codeStatus Code (integer)
Default value:
200messageMessage (string)
Default value:
Session history retrieved successfullySessionHistoryResponse
{
"data": [
{
"session_id": "string",
"title": "string",
"agent_id": "string",
"agent_url": "string"
}
],
"pagination": {
"total_count": 0,
"returned_count": 0,
"has_more": true,
"next_cursor": "string",
"prev_cursor": "string"
},
"status_code": 200,
"message": "Session history retrieved successfully"
}