Headers
Path Parameters
Response
Successful Response
The response is of type any.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const response = await client.documents.chat.retrieveHistory('chat_id');
console.log(response);"<any>"Retrieve the message history for a document chat conversation.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const response = await client.documents.chat.retrieveHistory('chat_id');
console.log(response);"<any>"Successful Response
The response is of type any.
Was this page helpful?