List recent conversations
GET
/chat/conversations
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Query Parameters
limit
Type
integer
Default
10Responses
OK
application/json
JSON "conversations": [ { "conversation_id": "string", "title": "string", "timestamp": 0 } ]
{
}