---
title: "Retrieve Boundaries in batch"
method: POST
path: "/v4/boundaries/query"
tags: ["Boundaries"]
---

# Retrieve Boundaries in batch

`POST /v4/boundaries/query`

Retrieve multiple **Boundaries** (up to 10 per request).

## Request body

- BoundariesQuery
  - `ids` string[], required

## Response `200`

OK

- Boundaries — A batch of boundary results
  - `type` 'FeatureCollection', required
  - `features` Boundary[], required
    - `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)
