Returns the full ordered message history for a conversation.
cURL
curl --request GET \ --url https://platform.agentictrust.com/api/v1/chat/conversations/{conversationId} \ --header 'x-api-key: <api-key>'
{ "conversationId": "<string>", "messages": [ { "id": "<string>", "role": "user", "content": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
API key in lum_pk_* format. Pass via x-api-key header or Authorization: Bearer <key>.
lum_pk_*
x-api-key
Authorization: Bearer <key>
The conversation ID.
Conversation with messages.
Show child attributes