---
title: "List all sessions"
method: GET
path: "/v1/sessions"
tags: ["v1Sessions"]
---

# List all sessions

`GET /v1/sessions`

## Query parameters

- `limit` number
- `cursor` string
- `campaign_id` string
- `contact_id` string
- `call_id` string
- `updated_at_from` string
- `updated_at_to` string

## Response `200`

- SessionSummaryCursorPaginatedResponseDto
  - `data` SessionSummaryPublicDto[], required
    - `id` string, required
  - `nextCursor` object, nullable, required — Cursor for the next page. Null if there are no more results.

---

[API](https://skmtc.net/kinbox/apis/kinbox-api.md) · [All operations](https://skmtc.net/kinbox/apis/kinbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kinbox/kinbox-api/revisions/c8469f0ba490/schema)
