GET
/
v1
/
chats
/
[
  {
    "id": 123,
    "chat_id": "<string>",
    "title": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Successful Response

The response is of type ChatHistoryResponseModel · object[].