---
title: "Get desktop app version metadata"
method: GET
path: "/v1/app-version"
tags: ["System"]
---

# Get desktop app version metadata

`GET /v1/app-version`

Returns the supported desktop app range, stable published desktop releases from GitHub, and, when available, this deployment's web app base URL so desktop clients only need to be configured with the API URL.

## Response `200`

Desktop app version metadata returned successfully.

- DenAppVersionResponse
  - `minAppVersion` string, required
  - `latestAppVersion` string, required
  - `publishedDesktopVersions` string[], required
  - `webUrl` string

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/8424329771cf/schema)
