Skip to main content
GET
Get server version

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Response

Server version

version
string
environment
string

Environment name (e.g., oss for self-hosted, or tenant prefix for managed hosting)

multiTenant
string

Whether the server is running in multi-tenant mode (true/false)

hosted
string
useUserAuth
string
useApiKeys
string
useAuditLog
string
useAgentPolicy
string
recoveryAgentEnabled
string
postgresDatabase
string

Canonical Postgres database name

mongodbDatabase
string

Canonical MongoDB database name

useTapRunner
string
pipelineMaxPayloadMB
string

Per-run payload disk budget in force on this install, in MB (0 = unlimited)

pipelineMaxPayloadMBSource
enum<string>

Where the disk budget came from - env, deprecated-alias or default

Available options:
env,
deprecated-alias,
default
tapScriptTimeoutSeconds
string

Wall-clock ceiling in force for a tap test, in seconds

tapScriptTimeoutSecondsSource
enum<string>

Where the test ceiling came from - env or default

Available options:
env,
default
tapRunTimeoutSeconds
string

Wall-clock ceiling in force for a real or scheduled tap run, in seconds

tapRunTimeoutSecondsSource
enum<string>

Where the run ceiling came from - env (TAP_RUN_TIMEOUT_SECONDS), derived (unset, resolved to max(3600, tapScriptTimeoutSeconds)) or default

Available options:
env,
derived,
default