API Documentation

⌘K
GET/api/1/data/health

Data health

Lightweight data-availability summary for monitoring. Uses the same cache as the catalog endpoint.

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/data/health' \
  -H 'Accept: application/json'
200 Response
{
  "status": "healthy",
  "tables_with_data": 0,
  "total_rows": "500M+",
  "last_update": "string"
}