---
title: "Get summaries"
method: GET
path: "/summaries"
---

# Get summaries

`GET /summaries`

Returns a list of summaries

 Session summaries are currently in Beta and available to selected customers only. Email us at embedded@whereby.com to join our pilot program (terms and conditions apply).

## Query parameters

- `cursor` string — The cursor for paginating through the results. To fetch the next page, set the `cursor` to the `cursor` returned by the previous request.
- `limit` integer — The limit for the pagination - the maximum number of results that will be returned within a single API response.

## Response `200`

A JSON array representing the summaries.

- object
  - `results` Summary[], required

## Other responses

- `401` — Access token is missing or invalid
- `429` — You are rate limited

---

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