---
title: "List Reasons for Satisfaction Rating"
method: GET
path: "/api/v2/satisfaction_reasons"
tags: ["Satisfaction Reasons"]
---

# List Reasons for Satisfaction Rating

`GET /api/v2/satisfaction_reasons`

List all reasons for an account

#### Allowed For

* Admins

## Response `200`

Success response

- SatisfactionReasonsResponse
  - `reasons` SatisfactionReasonObject[]
    - `created_at` string, date-time — The time the reason was created
    - `deleted_at` string, date-time — The time the reason was deleted
    - `id` integer — Automatically assigned upon creation
    - `raw_value` string — The dynamic content placeholder, if present, or the current "value", if not. See [Dynamic Content Items](/api-reference/ticketing/ticket-management/dynamic_content/)
    - `reason_code` integer — An account-level code for referencing the reason. Custom reasons are assigned an auto-incrementing integer (non-system reason codes begin at 1000). See [Reason codes](#reason-codes)
    - `updated_at` string, date-time — The time the reason was updated
    - `url` string — API URL for the resource
    - `value` string, required — Translated value of the reason in the account locale

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
