---
title: "Get the current version of the rekor server"
method: GET
path: "/api/v1/version"
tags: ["server"]
---

# Get the current version of the rekor server

`GET /api/v1/version`

## Response `200`

A JSON object with the running rekor version

- RekorVersion
  - `version` string, required
  - `commit` string, required
  - `treestate` string, required
  - `builddate` string, required

## Other responses

- `default` — There was an internal error in the server while processing the request

## Changes

- **2021-12-27** `fc1e4ef172d2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sigstore/apis/rekor/changes/api/v1/version/get.md)

---

[API](https://skmtc.dev/sigstore/apis/rekor.md) · [All operations](https://skmtc.dev/sigstore/apis/rekor/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sigstore/rekor/revisions/80e06bcc7539/schema)
