Skip to main content
Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Canopy
canopy.readConversation
Documentation
Documentation
Community
Get Started
Introduction
Overview
Documentation
Overview
Speech and visual concepts
Actions and LLM Concepts
Action Taking Agents
API Reference
Overview
Canopy Config
Canopy
canopy.connect
canopy.visualise
canopy.listen
canopy.close
canopy.appendDialogue
canopy.readConversation
canopy.deleteDialogue
canopy.updateDialogue
canopy.messageThreadLength
index.js
Copy
await
canopy
.
readConversation
();
Canopy
canopy.readConversation
index.js
Copy
await
canopy
.
readConversation
();
Returns the
messageThread
. More information
here
.
Response
You will get a
JSON
response with the following fields:
success
boolean
timestamp
number
messageThread
array
An array of objects, where each object is a
dialogue
.
canopy.appendDialogue
canopy.deleteDialogue
⌘I