Skip to main content

Status request

Returns server status information for monitoring the service. An HTTP status code of 200 OK indicates that the server is up and running, while a code of 4XX or 5XX indicates errors (e.g., 500 Server Error).

Data returned in the HTTP body is subject to change in future versions and is not part of the official API.

HTTP format

GET https://api.theca.com/v1/status

Example request

GET https://api.theca.com/v1/status HTTP/1.1
Theca-Client-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HTTP/1.1 200 OK
{
// Information about the cluster(s) status
}