---
title: "List Custom Fields"
method: GET
path: "/v1/custom-fields"
---

# List Custom Fields

`GET /v1/custom-fields`

This API endpoint retrieves a list of all the custom fields that have been created in your workspace.

## Query parameters

- `entityType` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `key` string
    - `name` string
    - `type` string
    - `order` integer
    - `object` string
    - `entityType` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
