---
title: "Retrieve a feedback option"
method: GET
path: "/v1/billing/feedback_options/{id}"
---

# Retrieve a feedback option

`GET /v1/billing/feedback_options/{id}`

Retrieves a feedback options object given an ID.

## Path parameters

- `id` string, required

## Query parameters

- `expand` string[]

## Response `200`

Successful response.

- BillingFeedbackOption — A resource for the feedback options model (for custom cancellation reasons)
  - `description` string, required — An arbitrary string attached to the object. Often useful for displaying to users.
  - `id` string, required — Unique identifier for the object.
  - `livemode` boolean, required — If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
  - `object` 'billing.feedback_option', required — String representing the object's type. Objects of the same type share the same value.
  - `status` 'active' | 'inactive', required — The feedback option's status.
  - `status_transitions` FeedbackOptionsStatusTransitions, required
    - `deactivated_at` integer, nullable — The time the feedback option was deactivated, if any. Measured in seconds since Unix epoch.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/stripe/apis/spec3.md) · [All operations](https://skmtc.dev/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/f0e0fc8fffbf/schema)
