---
title: "Retrieve a Boundary by ID"
method: GET
path: "/v4/boundaries/{boundaryId}"
tags: ["Boundaries"]
---

# Retrieve a Boundary by ID

`GET /v4/boundaries/{boundaryId}`

Retrieve a **Boundary** by ID.

## Path parameters

- `boundaryId` string, uuid, required

## Response `200`

OK

- Boundary — Arbitrary boundary. GeoJSON Feature.
  - `id` string, uuid, required
  - `type` 'Feature', required
  - `geometry` Geometry, required — GeoJSON
    - `type` 'Point' | 'Polygon' | 'MultiPolygon', required
    - `coordinates` string[], required
  - `properties` BoundaryProperties, required — Properties map.
    - `area` Area, required — Area with units. Units are always "hectare".
      - `q` number, float, required
      - `u` string, required
    - `centroid` Point, required
      - `coordinates` number[], required
      - `type` string, required

## 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/versions/f6831695600e/schema)
