---
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

---

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