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

---

[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/d34de2400d39/schema)
