cURL
curl --request GET \ --url http://localhost:4444/v1/system/health \ --header 'Authorization: Bearer <token>'
{ "languages": {}, "status": "<string>", "version": "<string>" }
Returns the service status, version and language server availability
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Health check successful
Response returned by the health check endpoint
Map of supported languages and whether they are currently available
Show child attributes
Current status of the service ("ok" or error description)
Version of the service