---
title: "List Property Options"
method: GET
path: "/v1/properties/{id}/options"
tags: ["properties"]
---

# List Property Options

`GET /v1/properties/{id}/options`

List all options for an enum or user property.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `page_token` string

## Response `200`

The response for Properties.listOptions

- object
  - `results` PropertyOptionValue[]
    - `id` string, required — The unique identifier for the property value.
    - `name` string, required — The human readable string for the property value.
    - `description` string — A description of the property option.
  - `next_page_token` string — A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/specs.md) · [All operations](https://skmtc.net/chariot-giving/apis/specs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/specs/revisions/8446023e02fb/schema)
