List messages in a conversation
Conversations
List Messages in Conversation
Retrieve paginated message history for a conversation. Supports both Auth0 JWT and device-based authentication.
GET
List messages in a conversation
Returns the chronological message stream for a conversation with optional role filtering and cursor-based pagination (Documentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
before). The payload mirrors what the
client renders inside the chat window, including token counts, model names, and
tool call metadata when available.
Authentication
Supports both authentication methods:- Auth0 JWT:
Authorization: Bearer <token>(registered users) - Device-based:
x-device-id,x-user-id,x-platformheaders (guest users)
Authorizations
Auth0 access token for registered users.
Path Parameters
Conversation ID (24 character MongoDB ObjectId).
Required string length:
24Query Parameters
Required range:
1 <= x <= 100Message ID to use as a cursor for backwards pagination.
Filter messages by speaker role.
Available options:
user, assistant