Skip to main content
GET
/
health
curl -X GET https://scrape.st/health
{
  "status": "<string>",
  "timestamp": "<string>",
  "fleet": {
    "active": 123,
    "total": 123,
    "shards": [
      {
        "id": "<string>",
        "status": "<string>",
        "ws_connected": true,
        "last_checkin": "<string>",
        "last_poll": "<string>"
      }
    ]
  }
}
This endpoint provides an aggregated view of the health status for all system shards. The system automatically discovers all health services and returns a unified fleet status.
status
string
Overall fleet health status. Can be “healthy”, “degraded”, or “critical”.
timestamp
string
ISO timestamp of when this health check was performed.
fleet
object
Fleet health information.
curl -X GET https://scrape.st/health