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_idstringRequired

Query parameters

start_datestring or nullOptionalformat: "date-time"
end_datestring or nullOptionalformat: "date-time"

Response

Successful Response

Errors