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

---

[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/revisions/1c6c6a2bcac9/schema)
