cURL
curl --request GET \ --url https://localhost:8000/v1/mcp/agents/{agent_id}/sessions
{ "sessions": [ { "user_ids": [ "<string>" ], "session_id": "<string>", "group_id": "<string>", "agent_ids": [ "<string>" ] } ] }
Retrieves all sessions for a specific agent. This endpoint is for internal use by LLMs via FastMCP.
A list of sessions for the agent.
Show child attributes