GET
/
chats
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const chats = await client.chat.list();

console.log(chats);
[
  {}
]

Headers

authorization
string

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500

Response

200
application/json

Successful Response

The response is of type Response List Chat Conversations Chats Get · object[].