Server Management
Get Server Info
Get server information
GET
/
serverinfo
Response
200 - application/json
admin_username
string
The role name of the admin group
api_url
string
API URL advertise to clients
auth_method
enum<string>
Auth method used by the server
Available options:
oidc
, local
commit_sha
string
Commit SHA of the version
disable_sessions_download
boolean
Indicates if session download functionality is disabled
- true - Session download is disabled and not available to users
- false - Session download is enabled and available to users
go_debug
string
Expose GODEBUG
flags enabled
grpc_url
string
The GRPC_URL advertise to clients
has_ask_ai_credentials
boolean
Report if ASK_AI_CREDENTIALS is set (openapi credentials)
has_idp_audience
boolean
Report if IDP_AUDIENCE env is set
has_idp_custom_scopes
boolean
Report if IDP_CUSTOM_SCOPES env is set
has_postgrest_role
boolean
Report if IDP_CUSTOM_SCOPES env is set
has_redact_credentials
boolean
Report if GOOGLE_APPLICATION_CREDENTIALS_JSON is set
has_webhook_app_key
boolean
Report if WEBHOOK_APPKEY is set
license_info
object
log_level
enum<string>
Log level of the server
Available options:
INFO
, WARN
, DEBUG
, ERROR
tenancy_type
enum<string>
The tenancy type
Available options:
selfhosted
, multitenant
version
string
Version of the server