Autom

Stats

GET
/v1/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.

Authentification

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Paramètres de requête

engine?string

API family to check, for example google. Provide at least engine or path.

path?string

Specific endpoint to check, for example /v1/google/search. If you also pass engine, use an endpoint from that API.

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/stats"

{  "path": null,  "engine": "google",  "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"}