cURL
curl --request GET \ --url https://agent-dev.test.studio.lyzr.ai/v1/sessions/{session_id}/summary \ --header 'x-api-key: <api-key>'
{ "summary": {} }
Retrieves the summary or payload data associated with a specific session ID.
Documentation IndexFetch the complete documentation index at: https://docs.lyzr.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the session.
"12344456734"
Session summary successfully retrieved.
The summary object or payload associated with the session.
{}