Skip to main content
GET
/
api
/
v1
/
health
Health
import requests

url = "https://www.datalab.to/api/v1/health"

response = requests.get(url)

print(response.text)
{
  "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.