cURL
curl --request GET \ --url https://agent-dev.test.studio.lyzr.ai/v1/sessions/{session_id}/conversation \ --header 'x-api-key: <api-key>'
{ "conversation": [] }
Retrieves the entire, raw conversation history associated with a specific session ID.
The unique identifier of the session.
"12445674345"
Full conversation successfully retrieved.
The complete list of messages/turns in the conversation.
[]