---
title: "`[Deprecated]` Get ChangesetStatistics"
method: GET
path: "/spaces/{spaceId}/changesets/statistics"
tags: ["Manage Changesets"]
deprecated: true
---

# \`\[Deprecated\]\` Get ChangesetStatistics

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

> **Deprecated.**

NOTE: This endpoint is <b>deprecated</b>. Use <code>/spaces/{spaceId}/statistics</code> instead to gather information about the min / max version of a space.<br /><br /> Returns statistics about changesets.

## Path parameters

- `spaceId` string, required

## Response `200`

Statistical information about a Changesets.

- ChangesetStatisticsResponse — Summarizes statistics about Changesets
  - `type` string
  - `minVersion` object
    - `value` integer — The min version which is available.
  - `maxVersion` object
    - `value` integer — The max version which is available.

## Other responses

- `400` — Malformed or Bad Request.
- `404` — Not found.

## Changes

- **2025-09-08** `f8364de657ab` — 1 info
  - endpoint deprecated
- **2023-07-03** `fb8e107462aa` — 1 info
  - endpoint reactivated

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