---
title: "Get session CSAT score"
method: GET
path: "/csat/scores/session/{session_id}"
---

# Get session CSAT score

`GET /csat/scores/session/{session_id}`

Retrieve CSAT score for a specific session

## Path parameters

- `session_id` string, required

## Response `200`

Default Response

- CsatScorePublicResponseDto, nullable
  - `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

## Other responses

- `500` — Internal Server Error

---

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