---
title: "Retrieve account custom fields list"
method: GET
path: "/customfields"
tags: ["Members"]
---

# Retrieve account custom fields list

`GET /customfields`

List of custom fields set in your account. Field type can be one of:
- text
- date
- integer
- decimal number

## Response `200`

List of custom fields defined in the account

- object
  - `customFields` CustomField[]
    - `id` integer
    - `name` string
    - `type` string — text, date, integer, or decimal number

## Other responses

- `401` — Unauthorized

---

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