> ## Documentation Index
> Fetch the complete documentation index at: https://docs.canopylabs.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# canopy.readConversation

<RequestExample>
  ```javascript index.js
  await canopy.readConversation();
  ```
</RequestExample>

Returns the `messageThread`. More information
<a href="/documentation/llm-concepts#read-conversation"> here </a>.

### Response

You will get a <b>JSON</b> response with the following fields:

<ResponseField name="success" type="boolean" />

<ResponseField name="timestamp" type="number" />

<ResponseField name="messageThread" type="array">
  An array of objects, where each object is a `dialogue`.
</ResponseField>
