---
title: "Get a lead's custom fields"
method: GET
path: "/leads/{id}/customfields"
tags: ["Leads"]
---

# Get a lead's custom fields

`GET /leads/{id}/customfields`

Get a list of custom fields that are applied to a lead.

## Path parameters

- `id` string, required

## Response `200`

Custom Fields

- FullCustomField[]
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `value` string — Custom fields can be many different types, see the guide on Custom Fields for more info.

---

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