---
title: "List Custom Field Options"
method: GET
path: "/v1/custom-fields/{id}/options"
---

# List Custom Field Options

`GET /v1/custom-fields/{id}/options`

Get a list of options for a multi-select custom field.<br><br>You can use the query params to filter for a single matching custom field option.

## Path parameters

- `id` string, required

## Query parameters

- `label` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `key` string
    - `label` string
    - `color` string
    - `object` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
