List chat sessions
List chat sessions stored in the database.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/chat/sessions"{
"sessions": [
{
"id": "string",
"label": "string",
"type": "string",
"meta": "string",
"cwd": "string",
"created_at": "string"
}
]
}{
"status": "error",
"message": "string",
"stack": "string"
}{
"status": "error",
"message": "string",
"stack": "string"
}{
"status": "error",
"message": "string",
"stack": "string"
}