For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status

get

Returns the current status of the server

🔒 Requires the read:users permission

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

The current status of the server

application/json

The current status of the server

api_versionstringRequired

The current API version

Example: 1.0.0
get/status
200

The current status of the server

Last updated