---
title: "Get features by bounding box"
method: GET
path: "/layers/{layerId}/bbox"
tags: ["Read Features"]
---

# Get features by bounding box

`GET /layers/{layerId}/bbox`

Return the features which are inside a bounding box stipulated by bbox parameter.

## Path parameters

- `layerId` string, required

## Query parameters

- `clip` boolean
- `limit` integer
- `params` object
- `selection` string[]
- `skipCache` boolean
- `clustering` 'hexbin' | 'quadbin'
- `clusteringParams` string[]
- `force2D` boolean
- `version` string
- `bbox` string
- `versionRef` string

## Response `200`

An array of features response.

## Other responses

- `400` — Malformed or Bad Request.
- `401` — Unauthorized to perform the request.
- `403` — Forbidden request. Insufficient rights to perform the request.
- `404` — Not found.
- `513` — Response payload too large.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
