---
title: "Get all CSAT scores"
method: GET
path: "/csat/scores"
---

# Get all CSAT scores

`GET /csat/scores`

Retrieve all CSAT scores for the organization with pagination

## Query parameters

- `page` number
- `per_page` number

## Response `200`

Default Response

- PaginatedCsatScoresPublicResponseDto
  - `data` CsatScorePublic[], required
    - `id` string, required
    - `organization_id` string, required
    - `session_id` string, required
    - `score` number, required
    - `comment` string, nullable, required
    - `channel` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `contact` Contact, required
      - `id` string, uuid, required
      - `email` string, email, nullable, required
      - `phone_number` string, nullable, required
      - `name` string, nullable, required
      - `custom_data` object, nullable, required
      - `created_at` string, required — ISO 8601 timestamp of when the contact was created
      - `updated_at` string, required — ISO 8601 timestamp of when the contact was last updated
  - `current_page` number, required
  - `per_page` number, required
  - `total` number, required
  - `total_pages` number, required

## Other responses

- `500` — Internal Server Error

---

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