---
title: "Get Changeset"
method: GET
path: "/spaces/{spaceId}/changesets/{version}"
tags: ["Manage Changesets"]
---

# Get Changeset

`GET /spaces/{spaceId}/changesets/{version}`

Retrieves one Changeset from the space by version.
Each successful write transaction to the space is stored as one single Changeset, which can contain modifications applied to one or more features.
The response payload may be split in multiple pages, next page is written in the property 'nextPageToken', which then, can be retrieved by using the 'pageToken' parameter.

## Path parameters

- `spaceId` string, required
- `version` string, required

## Query parameters

- `pageToken` string
- `limit` integer

## Response `200`

One Changeset which contains FeatureCollections grouped by operation.

## 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.

## Changes

- **2024-09-19** `409ef8fb277a` — 1 warning, 1 info
  - removed the optional property `updatedAt` from the response with the `200` status
  - added the optional property `createdAt` to the response with the `200` status
- **2024-09-18** `a8709c5fe133` — 1 warning, 1 info
  - removed the optional property `createdAt` from the response with the `200` status
  - added the optional property `updatedAt` to the response with the `200` status
- **2023-07-24** `ac66f55537d8` — 1 breaking, 1 info
  - removed the media type `application/json` for the response with the status `200`
  - added the media type `application/vnd.here.changeset` for the response with the status `200`
- **2023-07-24** `15451501d2f4` — 1 breaking, 1 info
  - removed the media type `application/vnd.here.changeset` for the response with the status `200`
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/here/apis/here-xyz-hub/changes/spaces/:spaceId/changesets/:version/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)
