version
Get version information
Returns the version, git commit, and build time of the registry application
get/v0/version
Response
OK
Example response
{
"build_time": "2025-10-14T12:00:00Z",
"git_commit": "abc123d",
"version": "v1.0.0"
}Returns the version, git commit, and build time of the registry application
OK
{
"build_time": "2025-10-14T12:00:00Z",
"git_commit": "abc123d",
"version": "v1.0.0"
}