---
title: "Fleet overview"
method: GET
path: "/api/fleet/overview"
tags: ["Fleet"]
---

# Fleet overview

`GET /api/fleet/overview`

Returns an aggregated overview of all nodes including status, container stats, and stack counts.

## Response `200`

Array of fleet node overviews.

- FleetNodeOverview[]
  - `id` integer
  - `name` string
  - `type` 'local' | 'remote'
  - `status` 'online' | 'offline'
  - `stats` object, nullable — Container statistics for the node.
  - `systemStats` object, nullable — Host system resource statistics.
  - `stacks` integer, nullable — Number of stacks on this node.

## Other responses

- `401` — Authentication required. Provide a valid Bearer token.
- `500` — Internal server error.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
