---
title: "GET /api/update/check"
method: GET
path: "/api/update/check"
tags: ["Ai.Tlbx.MidTerm.OpenApi"]
---

# GET /api/update/check

`GET /api/update/check`

## Response `200`

OK

- UpdateInfo
  - `available` boolean, required
  - `currentVersion` string, required
  - `latestVersion` string, required
  - `releaseUrl` string, required
  - `downloadUrl` string, nullable, required
  - `assetName` string, nullable, required
  - `releaseNotes` string, nullable, required
  - `type` 'none' | 'webOnly' | 'full', required
  - `sessionsPreserved` boolean, required
  - `lastResult` UpdateResult, required
    - `found` boolean, required
    - `success` boolean, required
    - `message` string, required
    - `details` string, required
    - `timestamp` string, required
    - `logFile` string, required
    - `rollbackAttempted` boolean, required
  - `environment` string, nullable, required
  - `localUpdate` LocalUpdateInfo, required
    - `available` boolean, required
    - `version` string, required
    - `path` string, required
    - `type` 'none' | 'webOnly' | 'full', required
    - `sessionsPreserved` boolean, required
  - `isDowngrade` boolean, required

## Changes

- **2026-08-09** `a42008ebe168` — 1 info
  - added the required property `lastResult` to the response with the `200` status

[Change history](https://skmtc.dev/tlbx-ai/apis/tlbx-api/changes/api/update/check/get.md)

---

[API](https://skmtc.dev/tlbx-ai/apis/tlbx-api.md) · [All operations](https://skmtc.dev/tlbx-ai/apis/tlbx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tlbx-ai/tlbx-api/revisions/04072327b4e0/schema)
