---
title: "Get Satellite Clusters"
method: GET
path: "/satellite/{satellite_id}/clusters"
tags: ["satellite"]
---

# Get Satellite Clusters

`GET /satellite/{satellite_id}/clusters`

Get cluster states for a satellite.

## Path parameters

- `satellite_id` string, required

## Query parameters

- `team_id` string, required — Team ID

## Response `200`

Successful Response

- ClusterStateResponse[]
  - `cluster_name` string, required
  - `synced_at` string, date-time, required
  - `pods_count` integer, required
  - `services_count` integer, required
  - `deployments_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/revisions/4e792a4f0e21/schema)
