v46

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014610088.2 KB
version

Get version information

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

get/v0/version

Response

OK

build_timestring required

Build timestamp

git_commitstring required

Git commit SHA

versionstring required

Application version

Example response

{
  "build_time": "2025-10-14T12:00:00Z",
  "git_commit": "abc123d",
  "version": "v1.0.0"
}