---
title: "Get a custom field"
method: GET
path: "/v1/custom-fields/{id}"
tags: ["Custom Fields"]
---

# Get a custom field

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

Returns a single custom field by ID. Returns 404 if the custom field is in a workspace outside the API key scope.

## Path parameters

- `id` string, required

## Response `200`

The custom field

- PublicCustomFieldDto
  - `id` string, required
  - `name` string, required — Human-readable label. Can be renamed without breaking integrations.
  - `slug` string, required — Stable, immutable identifier derived from the name at creation time. Use this as the key when setting custom field values on a contact via POST/PATCH /contacts.
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible
- `404` — Custom field not found or outside API key scope

---

[API](https://skmtc.net/skipcall/apis/skipcall-public-api.md) · [All operations](https://skmtc.net/skipcall/apis/skipcall-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skipcall/skipcall-public-api/versions/f594352719bd/schema)
