Skip to main content
GET
Build info

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Response

Deployed build metadata

version
string
required

Platform release version this service's running image was built for, baked in at build time. dev when unset. A service not rebuilt in a release reports its previous version.

Example:

"4.39.0"

commit
string
required

Git commit the running image was built from.

Example:

"a648b3218e1c2f3a4b5c6d7e8f9a0b1c2d3e4f5a"

buildDate
string
required

When the running image was built.

Example:

"2026-07-27T00:00:00.000Z"