Skip to main content
GET
/
api
/
v1
/
health
Health
curl --request GET \
  --url https://www.datalab.to/api/v1/health
{
  "status": "<string>"
}

Response

200 - application/json

Successful Response

status
string
required

The status of the service. Should be 'ok' if the service is running correctly.

I