Skip to main content
GET
/
chats
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: process.env['MORPHIK_API_KEY'], // This is the default and can be omitted
});

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

console.log(chats);
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://morphik.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Query Parameters

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

Response

Successful Response