Skip to main content

Retrieve messages from a chat session

GET 

/external/chat/:chat_id/messages

Fetches all messages exchanged within a specific chat session, including both user inputs and agent responses. Useful for displaying full conversation history, debugging, or performing analysis on past interactions.

Usage Notes: - Provide a valid access token or API key for authentication. - Use chat_id to specify the chat session. - Rate limit: 300 message retrievals per minute per agent.

Request

Responses

List of messages in chat