cURL
curl --request GET \ --url https://localhost:8000/v1/agents/{agent_id}/sessions
{ "sessions": [ { "user_ids": [ "<string>" ], "session_id": "<string>", "group_id": "<string>", "agent_ids": [ "<string>" ] } ] }
Get all sessions for a particular agent
A list of sessions for the specified agent.
Show child attributes