Message
Get all messages for a given topic
If the topic is a RAG topic then the response will include Chunks first on each message. The structure will look like [chunks]||mesage
. See docs.trieve.ai for more information.
GET
/
api
/
messages
/
{messages_topic_id}
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Path Parameters
The ID of the topic to get messages for.
Response
200 - application/json