Skip to main content
GET
/
sessions
/
{session_id}
/
conversation
Get Session Full Conversation Endpoint
curl --request GET \
  --url https://agent-dev.test.studio.lyzr.ai/v1/sessions/{session_id}/conversation \
  --header 'x-api-key: <api-key>'
{
  "conversation": []
}

Authorizations

x-api-key
string
header
required

Path Parameters

session_id
string
required

The unique identifier of the session.

Example:

"12445674345"

Response

Full conversation successfully retrieved.

conversation
object[]

The complete list of messages/turns in the conversation.

Example:
[]