---
title: "Reads a single Option"
method: GET
path: "/api/2026-07-01/resources/custom_fields/options/{id}"
tags: ["CustomFields > Option"]
---

# Reads a single Option

`GET /api/2026-07-01/resources/custom_fields/options/{id}`

Reads a single Option

## Path parameters

- `id` string, required

## Response `200`

OK

- CustomFieldsOption
  - `id` string, required — Option identifier
  - `label` string — Title for option
  - `value` string — Option value
  - `is_active` boolean — Flag to make the option available
  - `field_id` string — Custom Fields identifier

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
