---
title: "GET /v1/functions/{functionId}/fields/{fieldId}"
method: GET
path: "/v1/functions/{functionId}/fields/{fieldId}"
tags: ["Fields"]
---

# GET /v1/functions/{functionId}/fields/{fieldId}

`GET /v1/functions/{functionId}/fields/{fieldId}`

## Path parameters

- `functionId` string, required
- `fieldId` string, required

## Response `200`

Success

- Field
  - `name` string, nullable
  - `type` 'Text' | 'Number' | 'Image'
  - `id` string, nullable

---

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