Skip to main content
GET
/
v1
/
app-version
Get desktop app version metadata
curl --request GET \
  --url https://api.openworklabs.com/v1/app-version
{
  "minAppVersion": "<string>",
  "latestAppVersion": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Desktop app version metadata returned successfully.

minAppVersion
string
required
latestAppVersion
string
required
Minimum string length: 1