---
title: "List all custom fields"
method: GET
path: "/v3/custom-fields"
tags: ["Custom Fields"]
---

# List all custom fields

`GET /v3/custom-fields`

<small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>

Returns a list of all custom fields in your account

## Response `200`

List of custom fields retrieved successfully

- object[]
  - `id` integer — Custom field ID
  - `title` string — Custom field name
  - `fieldType` 'text' | 'number' — Custom field type
  - `metadata` string, nullable — Optional metadata for the field (e.g., dropdown options)
  - `orgWide` boolean — Whether the field is shared across the organization

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view custom fields
- `429` — Too Many Requests

---

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