---
title: "Get clusters stats."
method: GET
path: "/cluster/stats"
tags: ["clusters"]
---

# Get clusters stats.

`GET /cluster/stats`

Required RBAC Policy: kots/cluster/list

## Response `200`

GetClusterStatsResponse contains the response to get clusters stats

- object
  - `cluster_count` integer — Total number of clusters.
  - `cost` integer — Total cost of all clusters in cents.
  - `credit_balance` integer — Total remaining credit balance in cents.
  - `error` string
  - `node_minutes` integer — Total number of node minutes.

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
