---
title: "Feedback Options List API Method"
method: GET
path: "/v1/billing/feedback_options"
---

# Feedback Options List API Method

`GET /v1/billing/feedback_options`

An API method for listing the feedback options model

## Query parameters

- `ending_before` string
- `expand` string[]
- `limit` integer
- `starting_after` string
- `status` 'active' | 'inactive'

## Response `200`

Successful response.

- object — Resource for the List Endpoint of Feedback Option.
  - `data` BillingFeedbackOption[], required
    - `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.
  - `has_more` boolean, required — True if this list has another page of items after this one that can be fetched.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
  - `url` string, required — The URL where this list can be accessed.

## 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)
