---
title: "List runtime stats for every application"
method: GET
path: "/v2/apps/status"
tags: ["Lifecycle"]
---

# List runtime stats for every application

`GET /v2/apps/status`

Returns live runtime stats (CPU, RAM, network, uptime) for every application owned by the caller, or scoped to the workspace passed via `workspaceId`.

Rate limited to 15 requests per 60s per user.

## Query parameters

- `workspaceId` string

## Response `200`

Compact runtime stats for every application in the requested scope.

- 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` — Application or workspace not found.
- `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)
