---
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 user-created custom fields applied to a lead. System-managed attribution identifiers are excluded and are available through the lead's attributionTracking property.

## 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.dev/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.dev/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/revisions/14f59cf6a09a/schema)
