---
title: "List CSAT surveys"
method: GET
path: "/v1/csat-surveys"
tags: ["CSAT"]
---

# List CSAT surveys

`GET /v1/csat-surveys`

Lists CSAT surveys sent to customers.

Filters `start_date` and `end_date` apply to when the survey was requested,
not when the response was received. Use `has_response` to filter by whether
the customer has responded.

## Query parameters

- `cursor` integer
- `limit` integer
- `startDate` string, date-time, nullable
- `endDate` string, date-time, nullable
- `customerId` string, uuid, nullable
- `conversationId` string, uuid, nullable
- `hasResponse` boolean, nullable

## Response `200`

Successful Response

- ExternalApiListResponseExternalCsatSurvey
  - `data` ExternalCsatSurvey[], required
    - `id` integer, required
    - `conversationId` string, uuid, required
    - `customerId` string, uuid, required
    - `ratingStyle` string, required
    - `requestedAt` string, date-time, required
    - `response` ExternalCsatSurveyResponse — Hydrated only if customer responded.
      - `score` integer, required
      - `comment` string, nullable
      - `respondedAt` string, date-time, required
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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