Skip to main content
GET
Health check

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Health status

arch
string
required
Example:

"amd64"

buildTime
string
required
Example:

"2026-01-29T17:36:52.000Z"

gitCommit
string
required
Example:

"abc123"

goVersion
string
required
Example:

"go1.25.0"

lastUpgrade
object
required
os
string
required
Example:

"linux"

startedAt
string
required
Example:

"2026-01-29T18:45:49.000Z"

status
string
required
Example:

"ok"

upgradeCount
integer
required
Example:

0

uptime
string
required
Example:

"1h30m"

uptimeSeconds
number
required
Example:

5400.5

version
string
required
Example:

"v0.1.0"

Last modified on June 16, 2026