---
title: "Retrieve API Server version information"
method: GET
path: "/v1beta1/system/server-version"
tags: ["System"]
---

# Retrieve API Server version information

`GET /v1beta1/system/server-version`

Retrieve API Server version information.

## Response `200`

OK

- VersionInfo
  - `buildDate` string — BuildDate is the date/time on which the application was built.
  - `compiler` string — Compiler indicates what Go compiler was used for the build.
  - `gitCommit` string — GitCommit is the ID (sha) of the last commit to the application's source code that is included in this build.
  - `gitTreeDirty` boolean — GitTreeDirty is true if the application's source code contained uncommitted changes at the time it was built; otherwise it is false.
  - `goVersion` string — GoVersion is the version of Go that was used to build the application.
  - `platform` string — Platform indicates the OS and CPU architecture for which the application was built.
  - `version` string — Version is a human-friendly version string.

---

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