v1

latestOpenAPI 3.0.32026-07-17485661.9 KB

Get space usage (deprecated)

Deprecated alias for GET /spaces/{space_id}/usage. Use the /usage endpoint instead.

get/spaces/{space_id}/status

Path parameters

space_idstring required

Ghost space ID.

Response

Space usage

storage_mibinteger required

Total storage used across all databases in the space, in MiB.

storage_limit_mibinteger required

Storage quota for the space, in MiB.

compute_minutesinteger required

Total compute minutes used across all databases in the space during the current billing cycle.

free_compute_minutesinteger required

Compute minutes included per billing cycle at no additional charge, shared across all standard databases in the space. Usage beyond this is billed only when overages_enabled is true.

compute_limit_minutesinteger nullable

Compute-minute quota for the space. When exceeded, all standard databases in the space are automatically paused. null means no limit — only possible when overages_enabled is true.

overages_enabledboolean required

Whether the space has compute overages enabled.

cost_to_datenumber double

Gross cost accrued so far this billing cycle.

estimated_total_costnumber double

Projected gross total for the current billing cycle based on usage to date.

billing_period_startstring date-time

Start of the current billing cycle.

billing_period_endstring date-time

End of the current billing cycle.