---
title: "Get version information"
method: GET
path: "/v0/version"
tags: ["version"]
---

# Get version information

`GET /v0/version`

Returns the version, git commit, and build time of the registry application

## Response `200`

OK

- VersionBody
  - `build_time` string, required — Build timestamp
  - `git_commit` string, required — Git commit SHA
  - `version` string, required — Application version

## Other responses

- `default` — Error

## Changes

- **2026-05-07** `1f7dac4e4622` — 1 breaking
  - the response property `errors` became nullable for the status `default`

[Change history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/v0/version/get.md)

---

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