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.
The unique identifier of the session.
"12344456734"
Session summary successfully retrieved.
The summary object or payload associated with the session.
{}