List Conversation Messages
Available for: Chatflow, Chatbot, Agent apps.
Returns a conversation’s message history, newest first. Pass first_id to page backward into older messages.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Query Parameters
ID of the conversation to read. Get conversation IDs from List Conversations.
End-user identifier, defined by your app and unique within it. See End User Identity.
Pagination cursor: the id of the first message on the current page. Pass it to fetch the previous (older) page; omit to fetch the latest messages.
Number of chat history messages to return per request.
1 <= x <= 100