---
title: "List runtime stats for every database"
method: GET
path: "/v2/databases/status"
tags: ["DB Lifecycle"]
---

# List runtime stats for every database

`GET /v2/databases/status`

Returns live runtime stats (CPU, RAM, network, uptime) for every database owned by the caller.

Rate limited to 15 requests per 60s per user.

## Response `200`

Compact runtime stats for every database owned by the caller.

- object
  - `status` 'success', required
  - `response` RuntimeStatsListItem[], required
    - `id` string, required — Application or database identifier.
    - `running` boolean, required
    - `cpu` string — CPU usage as `"0.00%"`. Present only when `running` is `true`.
    - `ram` string — RAM usage as `"0.00MB"`. Present only when `running` is `true`.

## Other responses

- `401` — The Authorization header is missing, malformed, or the credentials are not valid.
- `404` — The database does not exist or is not owned by the caller.
- `429` — The endpoint enforces its own rate limit and the caller hit the cooldown.
- `500` — An unexpected error occurred while processing the request.

---

[API](https://skmtc.dev/squarecloud/apis/square-cloud-api.md) · [All operations](https://skmtc.dev/squarecloud/apis/square-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/squarecloud/square-cloud-api/revisions/54b7733a6b95/schema)
