---
title: "Get a form field"
method: GET
path: "/forms/{fieldId}"
tags: ["Forms"]
---

# Get a form field

`GET /forms/{fieldId}`

Get a single form field by the ID provided.

## Path parameters

- `fieldId` string, required

## Response `200`

Form Field

- object
  - `wfFields` Field[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `label` string
    - `fieldName` string
    - `fieldType` string
    - `entityName` string

---

[API](https://skmtc.dev/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.dev/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/revisions/14f59cf6a09a/schema)
