---
title: "Retrieve a custom field by ID"
method: GET
path: "/v1/custom-fields/{custom_field_id}"
tags: ["Custom Fields"]
---

# Retrieve a custom field by ID

`GET /v1/custom-fields/{custom_field_id}`

## Path parameters

- `custom_field_id` string, uuid, required

## Response `200`

A single custom field

- union
  - MultiSelectSchema
    - `id` string, uuid, required
    - `name` string, required
    - `type` 'single-select' | 'multi-select' | 'string'
    - `external_id` string, nullable
    - `options` OptionSchema[], required
      - `id` string, uuid, required
      - `name` string, required
      - `external_id` string, nullable
      - `hidden` boolean, required
  - StringSchema
    - `id` string, uuid, required
    - `name` string, required
    - `type` 'single-select' | 'multi-select' | 'string'
    - `external_id` string, nullable

## Other responses

- `404`

---

[API](https://skmtc.dev/floatfinancial/apis/float-public-api.md) · [All operations](https://skmtc.dev/floatfinancial/apis/float-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floatfinancial/float-public-api/revisions/a3c42eb1b312/schema)
