Get Session History Endpoint By Agent
API Endpoints
Lyzr Agent Session Management
Retrieves the historical conversation transcript for a specified session and agent.
GET
Get Session History Endpoint By Agent
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:
"12343"
The unique identifier of the agent whose history is being retrieved.
Example:
"1244643456"
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:
[]