List Sessions
GET/sessions
Lists all sessions matching the specified filters with pagination support.
Can filter by agent_id and/or customer_id. Supports cursor-based pagination with configurable sort direction.
Request​
Responses​
- 200
- 422
If a limit is provided, a paginated list of sessions will be returned. Otherwise, the full list of sessions will be returned.
Validation error in the request parameters.