---
title: "Check App Updates"
method: GET
path: "/api/apps/check-updates"
---

# Check App Updates

`GET /api/apps/check-updates`

Check all installed apps for available updates.

Results are cached for 5 minutes unless force=True.
This performs a 'slow' check with rate limiting to avoid overwhelming HuggingFace.

## Query parameters

- `force` boolean

## Response `200`

Successful Response

- AppUpdatesResponse — Response for list of app updates.
  - `apps_with_updates` AppUpdateStatus[], required
    - `app_name` string, required
    - `space_id` string, required
    - `installed_sha` string, required
    - `latest_sha` string, required
    - `update_available` boolean, required
    - `last_modified` string, nullable
  - `apps_checked` integer, required
  - `apps_skipped` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/versions/9843f2902e88/schema)
