Quickly get the full object for a given message. From the message, you can get the topic and all messages which exist on that topic.
Example:
const data = await trieve.getMessageById({ messageId: "3c90c3cc-1d76-27198-8888-8dd25736052a",}); Copy
const data = await trieve.getMessageById({ messageId: "3c90c3cc-1d76-27198-8888-8dd25736052a",});
Optional
Quickly get the full object for a given message. From the message, you can get the topic and all messages which exist on that topic.
Example: