Get Published Sessions Endpoint By Agent Endpoint
API Endpoints
Lyzr Agent Published Session Retrieval
Retrieves a list of published session IDs that have been created for the specified agent ID.
GET
Get Published Sessions Endpoint By Agent 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 agent.
Example:
"12343435678"
Response
Published session IDs successfully retrieved.
A list of published session identifiers (IDs).
Example:
["pub_session_id_1", "pub_session_id_2"]