List Agent Sessions
List agent sessions for a given agent and date range.
Args: request: The FastAPI request agent_id: The ID of the agent start_date: Optional start date for filtering end_date: Optional end date for filtering
Returns: Response with list of agent sessions
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
agent_id
Query parameters
start_date
end_date
Response
Successful Response