---
title: "Retrieve a specific Field by ID"
method: GET
path: "/v4/fields/{fieldId}"
tags: ["Fields"]
---

# Retrieve a specific Field by ID

`GET /v4/fields/{fieldId}`

Retrieve a given **Field** by ID.

## Path parameters

- `fieldId` string, uuid, required

## Response `200`

Returns the requested Field.

- Field — Logical representation of a Field with a name. Spatial attributes of the Field are provided in the Boundary.
  - `id` string, uuid, required — Unique identifier for a Field.
  - `name` string, required — Name of the Field.
  - `boundaryId` string, uuid, required — Unique identifier for the current Field's Boundary.
  - `resourceOwnerId` string, uuid, required — Unique identifier of the resource owner that owns the Field.
  - `parent` Parent, required — A minimal set of attributes regarding the parent of a farm organization.
    - `id` string, uuid, required — Unique identifier for the parent of a farm organization.
    - `type` 'farm', required — Type of the parent of a farm organization.

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
