---
title: "Retrieve list of Fields"
method: GET
path: "/v4/fields"
tags: ["Fields"]
---

# Retrieve list of Fields

`GET /v4/fields`

Retrieve list of **Fields**. Filter the results by field name if the `fieldName` query parameter is specified.

## Query parameters

- `fieldName` string

## Headers

- `X-Next-Token` string
- `X-Limit` integer

## Response `200`

OK

- Fields — A batch of field results
  - `results` Field[], required
    - `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

- `206` — Partial Result
- `304` — Not Modified
- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `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)
