Status

Service health and version information

Get service status

get
/status

Returns the current version, commit hash, and server time

Responses
chevron-right
200

Service status information

application/json
versionstringOptional

Service version

Example: 1.0.0
currentTimenumberOptional

Current server time in milliseconds

Example: 1698765432000
commitHashstringOptional

Git commit hash

Example: abc123def456
get
/status
200

Service status information

Last updated