---
title: "List all value list items"
method: GET
path: "/v1/radar/value_list_items"
---

# List all value list items

`GET /v1/radar/value_list_items`

Returns a list of `ValueListItem` objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.

## Query parameters

- `created` union
  - object
    - `gt` integer
    - `gte` integer
    - `lt` integer
    - `lte` integer
  - integer
- `ending_before` string
- `expand` string[]
- `limit` integer
- `starting_after` string
- `value` string
- `value_list` string, required

## Response `200`

Successful response.

- object
  - `data` RadarValueListItem[], required
    - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
    - `created_by` string, required — The name or email address of the user who added this item to the value list.
    - `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` 'radar.value_list_item', required — String representing the object's type. Objects of the same type share the same value.
    - `value` string, required — The value of the item.
    - `value_list` string, required — The identifier of the value list this item belongs to.
  - `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.net/stripe/apis/stripe-api-2.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api-2/versions/3653ad45bbec/schema)
