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

# Get statistics

`GET /spaces/{spaceId}/statistics`

Returns statistical information about this space.

## Path parameters

- `spaceId` string, required

## Query parameters

- `skipCache` boolean
- `context` 'default' | 'extension' | 'super'

## Response `200`

Statistical information about a space.

- Statistics — The statistical information about the space.
  - `count` object — The amount of features stored in the space.
    - `value` integer
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `contentUpdatedAt` object — The time when the content in the space was last updated.
    - `value` integer
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `dataSize` object — The amount of bytes that are allocated in the storage for this space.
    - `value` integer
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `bbox` object — The most outer bounding box around all features being within the space.
    - `value` number[]
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `geometryTypes` object — The types of geometries part of the space.
    - `value` string[]
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `minVersion` object — The version number of the oldest available version of the features within the space.
    - `value` integer
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `maxVersion` object — The version number of the newest available version of the features within the space.
    - `value` integer
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
  - `properties` object — The properties of the features of the space.
    - `value` object[]
      - `key` string — Property key of the feature.
      - `count` number — Count of the features with the property.
      - `searchable` boolean — Specifies if the property is searchable.
    - `estimated` boolean — True if the value is only an estimation; false otherwise.
    - `searchable` string — Specifies the scope of searchability of the properties. One of NONE, PARTIAL, ALL.
  - `searchable` string — Specifies the scope of searchability of the properties. One of NONE, PARTIAL, ALL.

## Other responses

- `401` — Unauthorized to perform the request.
- `403` — Forbidden request. Insufficient rights to perform the 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/versions/1c6c6a2bcac9/schema)
