---
title: "Retrieve status of a cluster"
method: GET
path: "/api/clusters/{clusterName}/status"
tags: ["Cluster"]
---

# Retrieve status of a cluster

`GET /api/clusters/{clusterName}/status`

This endpoint retrieves the status of a specified cluster and returns it in JSON format.

## Path parameters

- `clusterName` string, required

## Response `200`

Cluster status

- object

## Other responses

- `400` — No cluster found

## Changes

> 5 revisions in range; 1 could not be searched.

- **2023-03-31** `b57fc7b9446e` — 3 info
  - api operation id `clusterStatus` was added
  - api tag `Cluster` removed
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/signal18/apis/untitled-api/changes/api/clusters/:clusterName/status/get.md)

---

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