Skip to content

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
10

Responses

OK

application/json
JSON
{
  
"conversations": [
  
  
{
  
  
  
"conversation_id": "string",
  
  
  
"title": "string",
  
  
  
"timestamp": 0
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI