---
title: "Retrieves a specific custom field by its key."
method: GET
path: "/dx/api/people/v1/customFields/{key}"
tags: ["People / Custom fields"]
---

# Retrieves a specific custom field by its key.

`GET /dx/api/people/v1/customFields/{key}`

Fetches the details of a single custom field by its unique key. This endpoint is useful for retrieving the configuration and metadata for individual custom fields.

## Response `200`

Custom field retrieved successfully.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.
- `404` — Custom field not found.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/revisions/2267cfc94cf0/schema)
