Server

Get server information

Retrieve detailed server information including version, build, and configuration details.

get/v1/server-info

Response

Server information retrieved successfully

versionstring

Server version

buildstring

Build tag

idinteger

Server ID

namestring

Server name

colorstring

Server color (for UI theming)

messageOfTheDaystring

Message of the day

tzstring

Server timezone

componentsstring[]

Registered server components

clientConfigurationHintsobject

Client configuration hints - server configuration variables with names starting with "Client." (prefix stripped), overlaid with attributes of the calling user that have the same prefix. This makes the response user-specific, so it must not be cached and shared between users.

Example response

{
  "components": [
    "CORE",
    "AI-ASSISTANT"
  ]
}

Changes

Changed in 4 of the 115 revisions of this API.112

    • ▲

      the / response's property type changed from object to string for status

      response-property-type-changed

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ●

      removed the optional property / from the response with the status

      response-optional-property-removed

    This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog