---
title: "Get features by ID"
method: GET
path: "/spaces/{spaceId}/features"
tags: ["Read Features"]
---

# Get features by ID

`GET /spaces/{spaceId}/features`

Returns all the features found for the provided list of IDs. The response is always a FeatureCollection, even if there are no features with the provided IDs.

## Path parameters

- `spaceId` string, required

## Query parameters

- `id` string[]
- `selection` string[]
- `force2D` boolean
- `context` 'default' | 'extension' | 'super'
- `versionRef` string
- `author` string

## Response `200`

An array of features response.

## Other responses

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

## Changes

- **2025-09-08** `f8364de657ab` — 1 warning
  - deleted the `query` request parameter `version`
- **2025-08-13** `c558f6a4e34d` — 1 info
  - the `query` request parameter `id` became optional
- **2024-04-02** `f57452d2db13` — 1 warning, 1 info
  - deleted the `query` request parameter `version`
  - added the new optional `query` request parameter `versionRef`
- **2024-03-08** `4db340b28588` — 1 warning, 1 info
  - deleted the `query` request parameter `version`
  - added the new optional `query` request parameter `version`
- **2024-03-07** `bbe5afcae89e` — 1 info
  - added the new optional `query` request parameter `version`

[Full history](https://skmtc.dev/here/apis/here-xyz-hub/changes/spaces/:spaceId/features/get.md)

---

[API](https://skmtc.dev/here/apis/here-xyz-hub.md) · [All operations](https://skmtc.dev/here/apis/here-xyz-hub/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/here-xyz-hub/revisions/1c6c6a2bcac9/schema)
