---
title: "Get the fields for an account"
method: GET
path: "/accounts/list/fields"
tags: ["Accounts (Companies)"]
---

# Get the fields for an account

`GET /accounts/list/fields`

Get the list of fields that can possibly be associated with accounts, along with whether they are valid for filtering sorting.

## Response `200`

Account fields

- FieldsResponse — Response object for entity fields endpoint
  - `properties` object
    - `exampleProperty` object
      - `type` string — The type of the property
      - `title` string — The display title of the property
      - `description` string — The description of the property
      - `isFilterable` boolean — Whether the property can be used in filters
      - `isDisplayable` boolean — Whether the property can be displayed
      - `isSortable` boolean — Whether the property can be used for sorting
      - `isGoalable` boolean — Whether the property can be used as a condition in automation goals
      - `isAddable` boolean — Whether the property can be set when creating or editing a lead
      - `isBoardable` boolean — Whether the property can be displayed on lead cards/boards
      - `isRequireable` boolean — Whether the property can be marked as required in forms
      - `isAndable` boolean — Whether multiple filter values can be combined with AND/OR logic (allows 'any' vs 'all' selection)
      - `isNullable` boolean — Whether the property can have a null/empty value
      - `relationships` string[] — For relationship-type properties, array of related entity types (e.g., ['users', 'teams'])
      - `enum` string[] — For enum-type properties, array of possible values
      - `format` string — Value format specification (e.g., 'uri', 'relative' for date-time)

---

[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)
