Skip to content

Get a conversation plus its latest 50 messages.

GET
/api/advisor/conversations/{id}
curl --request GET \
--url https://api.tradr.cloud/api/advisor/conversations/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0

Returns { conversation, messages, nextCursor }. 404 if the conversation does not exist OR is owned by another user (identical envelope — no information leak).

id
required
string format: uuid

Conversation with its newest message page.

Conversation not found (or not owned).