---
title: "List Custom Field Options V1"
method: GET
path: "/v1/custom_field_options"
tags: ["Custom Field Options V1"]
---

# List Custom Field Options V1

`GET /v1/custom_field_options`

Show custom field options for a custom field

## Query parameters

- `page_size` integer
- `after` string
- `custom_field_id` string, required

## Response `200`

OK response.

- CustomFieldOptionsV1ListResponseBody
  - `custom_field_options` CustomFieldOptionV1[], required
    - `custom_field_id` string, required — ID of the custom field this option belongs to
    - `id` string, required — Unique identifier for the custom field option
    - `sort_key` integer, required — Sort key used to order the custom field options correctly
    - `value` string, required — Human readable name for the custom field option
  - `pagination_meta` PaginationMetaResult, required
    - `after` string — If provided, pass this as the 'after' param to load the next page
    - `page_size` integer, required — What was the maximum number of results requested

---

[API](https://skmtc.net/incident/apis/incident-io.md) · [All operations](https://skmtc.net/incident/apis/incident-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incident/incident-io/revisions/602fc25ddd76/schema)
