---
title: "Get system version"
method: GET
path: "/v1/system/version"
tags: ["System"]
---

# Get system version

`GET /v1/system/version`

Returns the version information of the system.

## Response `200`

OK

- SystemVersion
  - `version` string, required — Version of the application.
  - `commit` string, required — Commit hash of the build.
  - `date` string, date-time, required — Build date and time of the application.
  - `go_version` string, required — Go version used to build the application.

## Other responses

- `500` — Internal Server Error

## Changes

- **2023-05-24** `11f0e17a96b4` — 1 info
  - endpoint added
- **2023-03-18** `f157ff402bc1` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/system/version/get.md)

---

[API](https://skmtc.dev/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.dev/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opcotech/elemo-api/revisions/836ecb425096/schema)
