---
title: "List Custom Fields V2"
method: GET
path: "/v2/custom_fields"
tags: ["Custom Fields V2"]
---

# List Custom Fields V2

`GET /v2/custom_fields`

List all custom fields for an organisation.

## Response `200`

OK response.

- CustomFieldsV2ListResponseBody
  - `custom_fields` CustomFieldV2[], required
    - `catalog_type_id` string — For catalog fields, the ID of the associated catalog type
    - `created_at` string, date-time, required — When the action was created
    - `description` string, required — Description of the custom field
    - `field_type` 'single_select' | 'multi_select' | 'text' | 'link' | 'numeric', required — Type of custom field
    - `id` string, required — Unique identifier for the custom field
    - `name` string, required — Human readable name for the custom field
    - `updated_at` string, date-time, required — When the action was last updated

---

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