---
title: "Fetch Option"
method: GET
path: "/forms/fields/options/{id}"
tags: ["Forms::Fields::Option"]
---

# Fetch Option

`GET /forms/fields/options/{id}`

Retrieve a option for a field

## Path parameters

- `id` string, required

## Response `200`

OK

- FormsFieldsOptionAttributes — Options
  - `id` integer — Option ID
  - `public_id` string, nullable — Option public ID
  - `field_id` integer — Field ID
  - `label` string — Label
  - `sort_order` integer, nullable — Sort order
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
