---
title: "Update check"
method: GET
path: "/api/v2/updatecheck"
tags: ["General"]
---

# Update check

`GET /api/v2/updatecheck`

## Response `200`

OK

- CodersdkUpdateCheckResponse
  - `current` boolean — Current indicates whether the server version is the same as the latest.
  - `url` string — URL to download the latest release of Coder.
  - `version` string — Version is the semantic version for the latest release of Coder.

---

[API](https://skmtc.net/coder/apis/coder-api.md) · [All operations](https://skmtc.net/coder/apis/coder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coder/coder-api/versions/56b6e9f08540/schema)
