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
Show child attributes