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

# Fleet update status

`GET /api/fleet/update-status`

Returns version comparison and active update status for all nodes. Compares each node's version against the gateway's version. Local rows include compose pin details; remote rows expose only the safe pin kind and blocked flag from each node's public meta.

## Response `200`

Update status for all nodes.

- object
  - `nodes` object[]
    - `nodeId` integer
    - `name` string
    - `type` 'local' | 'remote'
    - `version` string, nullable
    - `latestVersion` string
    - `updateAvailable` boolean
    - `updateStatus` 'updating' | 'completed' | 'timeout' | 'failed' | 'null', nullable
    - `skipActive` boolean
    - `skippedVersion` string, nullable
    - `imagePinKind` string, nullable
    - `composeImageRef` string, nullable
    - `targetImageRef` string, nullable
    - `updateBlocked` boolean
    - `updateBlockedReason` string, nullable

## Other responses

- `401` — Authentication required. Provide a valid Bearer token.
- `403` — Insufficient permissions or license tier.

---

[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)
