---
title: "Iterate features in the space"
method: GET
path: "/spaces/{spaceId}/iterate"
tags: ["Read Features"]
---

# Iterate features in the space

`GET /spaces/{spaceId}/iterate`

Iterates all of the features in the space. The features in the response are ordered so that no feature is returned twice. If there are more features which could be loaded, the response FeatureCollection contains the root attribute _handle_. The value of this attribute can be passed as a query parameter for the following request in order to continue the iteration from the marked position.

## Path parameters

- `spaceId` string, required

## Query parameters

- `limit` integer
- `selection` string[]
- `sort` string[]
- `part` integer[]
- `skipCache` boolean
- `handle` string
- `force2D` boolean
- `context` 'default' | 'extension' | 'super'
- `version` string
- `versionRef` string

## Response `200`

A FeatureCollection with handle 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.net/here/apis/here-xyz-hub.md) · [All operations](https://skmtc.net/here/apis/here-xyz-hub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/here-xyz-hub/versions/1c6c6a2bcac9/schema)
