---
title: "Get version details"
method: GET
path: "/version"
tags: ["maintenance"]
---

# Get version details

`GET /version`

Returns version details such as the version number, build date, commit hash and enabled features

## Response `200`

successful operation

- VersionInfo
  - `version` string
  - `build_date` string
  - `commit_hash` string
  - `features` string[] — Features for the current build. Available features are `portable`, `bolt`, `mysql`, `sqlite`, `pgsql`, `s3`, `gcs`, `azblob`, `metrics`, `unixcrypt`. If a feature is available it has a `+` prefix, otherwise a `-` prefix

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `default` — Unexpected Error

---

[API](https://skmtc.net/kanton-bern/apis/sftpgo.md) · [All operations](https://skmtc.net/kanton-bern/apis/sftpgo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kanton-bern/sftpgo/revisions/d8d616a479b0/schema)
