---
title: "Retrieves all custom fields."
method: GET
path: "/dashboards/{dashboard_id}/fields"
tags: ["Custom Fields"]
---

# Retrieves all custom fields.

`GET /dashboards/{dashboard_id}/fields`

All custom fields will be returned.

## Path parameters

- `dashboard_id` integer, required

## Response `200`

The custom fields. There is no pagination; all fields will be returned at once.

- CustomField[]
  - `id` string — This will be a Guid that you can use to set a contact's custom field.
  - `name` string — Name of the custom field.

## Other responses

- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

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