---
title: "Retrieves the custom field with the specified id."
method: GET
path: "/dashboards/{dashboard_id}/fields/{field_id}"
tags: ["Custom Fields"]
---

# Retrieves the custom field with the specified id.

`GET /dashboards/{dashboard_id}/fields/{field_id}`

Pagination information will be in the header.

## Path parameters

- `dashboard_id` integer, required
- `field_id` string, required

## Response `200`

The custom field name.

- 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

- `204` — No custom field in the dashboard matches the provided Guid.
- `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)
