Headers
Query Parameters
Required range:
1 <= x <= 500Response
Successful Response
The response is of type Response List Chat Conversations Chats Get · object[].
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const chats = await client.chat.list();
console.log(chats);[
{}
]List chat conversations available to the current user.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const chats = await client.chat.list();
console.log(chats);[
{}
]1 <= x <= 500Successful Response
The response is of type Response List Chat Conversations Chats Get · object[].
Was this page helpful?