---
title: "Get space status"
method: GET
path: "/spaces/{space_id}/status"
---

# Get space status

`GET /spaces/{space_id}/status`

Returns compute and storage usage for a space.

## Path parameters

- `space_id` string, required

## Response `200`

Space status

- SpaceStatus
  - `storage_mib` integer, required
  - `storage_limit_mib` integer, required
  - `compute_minutes` integer, required
  - `compute_limit_minutes` integer, required
  - `cost_to_date` number, double — Net cost accrued so far this billing cycle.
  - `estimated_total_cost` number, double — Projected net total for the current billing cycle based on usage to date.
  - `billing_period_start` string, date-time
  - `billing_period_end` string, date-time

## Other responses

- `default` — Error response

## Changes

- **2026-04-22** `cb6948daa61e` — 4 info
  - added the optional property `billing_period_end` to the response with the `200` status
  - added the optional property `billing_period_start` to the response with the `200` status
  - added the optional property `cost_to_date` to the response with the `200` status
  - added the optional property `estimated_total_cost` to the response with the `200` status
- **2026-04-17** `a7becb6668ec` — 2 breaking, 5 warning, 2 info
  - removed the required property `free_compute_minutes` from the response with the `200` status
  - removed the required property `overages_enabled` from the response with the `200` status
  - removed the optional property `billing_period_end` from the response with the `200` status
  - removed the optional property `billing_period_start` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/timescale/apis/ghost-api/changes/spaces/:space_id/status/get.md)

---

[API](https://skmtc.dev/timescale/apis/ghost-api.md) · [All operations](https://skmtc.dev/timescale/apis/ghost-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timescale/ghost-api/revisions/cb6948daa61e/schema)
