---
title: "Get the deployed service version"
method: GET
path: "/api/version"
tags: ["Version"]
---

# Get the deployed service version

`GET /api/version`

Returns the build version stamped into the running binary at release
time, allowing clients and CI gates to verify exactly which release is
deployed.

## Response `200`

Build version information for the running service.

- ServiceVersionRead — Build version information for the running service, stamped into the binary at release time. Developer builds report version 0.0.0.
  - `name` string, required — The service application name.
  - `version` string, required — The service release version, e.g. v1.2.3.

## Other responses

- `401` — Authentication failed or the access token has expired.
- `500` — An unexpected or unhandled error occurred. This may be a transient error and may succeed on a retry. If this isn't the case, please report it as an issue.

---

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