Get Session History Endpoint
API Endpoints
Lyzr Agent Session History
Retrieves the historical conversation transcript for a specified session ID.
GET
Get Session History Endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The unique identifier of the session.
Example:
"123324524"
Query Parameters
If set to true, returns timestamps in Unix epoch format; otherwise, returns standard datetime strings.
Example:
false
Response
Session history successfully retrieved.
The list of messages in the session history.
Example:
[]