Stats
Infrastructure health for an engine or endpoint over the last hour. Not scoped to your account or tenant. Enabled per account: HTTP 403 means contact support to activate it.
Autorización
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Parámetros de consulta
engine?string
API family to check, for example website. Provide at least engine or path.
path?string
Specific endpoint to check, for example /v2/website/crawler. If you also pass engine, use an endpoint from that API.
Cuerpo de la respuesta
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v2/stats"{ "path": null, "engine": "website", "health": "operational", "window": "1h", "success_rate": 99.412, "avg_response_time_ms": 840}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}