Skip to main content
GET
/
version
Version Info
curl --request GET \
  --url https://api.example.com/version
{
  "version": "<string>",
  "branch": "<string>",
  "revision": "<string>",
  "build": "<string>"
}

Response

200 - application/json

Successful Response

Build identity reported by GET /version.

version
string
required

Package version (PEP 440), e.g. '0.1.5'.

branch
string | null
required

Git branch the image was built from; null when unstamped.

revision
string | null
required

Short commit SHA the image was built from; null when unstamped.

build
string
required

Fully formatted descriptor '@:', degrading to '' when unstamped.