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

# Get a form

`GET /forms/{id}`

Get a single form by the ID provided. The fields used in the form are also returned in the response.

## Path parameters

- `id` string, required

## Response `200`

Form

- object — A full response object for a form-related endpoint.
  - `meta` Meta — Information about the Nutshell instance making the request
    - `instanceId` string — The Nutshell instance ID
    - `siteId` string — Site ID for WebFX customers
  - `links` object
  - `wfForms` object[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` string — The name of the form
    - `href` string
    - `createdTime` string
    - `links` object — The IDs of the fields in the form
      - `fields` string[]
  - `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)
