extractr docs
Platform

Platform status

GET
/status

Per-provider health over the last 24 hours, computed from live request outcomes. Success rate counts 2xx against 5xx only — client errors such as 402 (out of credits) and 404 (no such resource upstream) are not treated as failures. Public; cacheable for 60 seconds.

Response Body

application/json

curl -X GET "https://example.com/status"
{  "overall": "operational",  "providers": [    {      "provider": "instagram",      "name": "Instagram",      "health": "operational",      "successRate": 0.987,      "avgLatencyMs": 842,      "requests": 1204,      "lastSuccessAt": "2019-08-24T14:15:22Z"    }  ],  "windowHours": 24,  "generatedAt": "2019-08-24T14:15:22Z"}