---
title: "Get custom fields"
method: GET
path: "/accounts/{id}/customfields"
tags: ["Accounts (Companies)"]
---

# Get custom fields

`GET /accounts/{id}/customfields`

Get a list of custom field values for an account by ID. Custom fields are user-defined fields that can be added to accounts.

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `customFields` 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/709ffc1a706b/schema)
