---
title: "Show Custom Field Options V1"
method: GET
path: "/v1/custom_field_options/{id}"
tags: ["Custom Field Options V1"]
---

# Show Custom Field Options V1

`GET /v1/custom_field_options/{id}`

Get a single custom field option

## Path parameters

- `id` string, required

## Response `200`

OK response.

- CustomFieldOptionsV1ShowResponseBody
  - `custom_field_option` 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

---

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