# List messages in a conversation Get messages in a domain conversation. Messages are returned newest-first with cursor-based pagination. Endpoint: POST /mcp/v1/actions/ud_lead_messages_list Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `conversationId` (number, required) The conversation ID - `cursor` (string) Pagination cursor for loading older messages ## Response 200 fields (application/json): - `messages` (array) - `messages.id` (number) Message ID - `messages.content` (string) - `messages.senderUserId` (number) - `messages.createdAt` (string) - `hasMore` (boolean) - `nextCursor` (string,null) - `conversationId` (number) ## Response 401 fields