---
title: "Get image update status"
method: GET
path: "/api/image-updates"
tags: ["Image Updates"]
---

# Get image update status

`GET /api/image-updates`

Returns the update availability status for all stacks.

## Response `200`

Array of update status objects per stack.

- ImageUpdateStatus[]
  - `stack_name` string — Name of the stack.
  - `has_updates` 0 | 1 — Whether any images in this stack have newer versions available.
  - `last_checked` integer, nullable — Unix timestamp of the last check.

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