Utility Endpoints
Get Messages for Conversation
GET
Get Messages for Conversation
Returns paginated messages for a given conversation. This endpoint is useful for building a chat interface and fetch past conversation history based on theDocumentation Index
Fetch the complete documentation index at: https://docs.chatzy.ai/llms.txt
Use this file to discover all available pages before exploring further.
conversation_id.
You must have to save the conversation_id at the start of the conversation and use it in this endpoint to fetch messages for the conversation.Query Parameters
UUID of the conversation to fetch messages for.
Example:
"0913fa4c-7eac-4377-b801-58f0c1a151e6"
Maximum number of messages to return (default: 20, max: 100).
Required range:
1 <= x <= 100Number of messages to skip (for pagination, default: 0).
Required range:
x >= 0Optional access token for iframe-authenticated conversations.
Response
200 - application/json
Paginated messages of the conversation.
Get Messages for Conversation