health_check
Returns a minimal status object confirming the API is alive. Use this to verify connectivity before chaining other calls, or as a liveness check in a workflow.
Use this tool when:
You need to verify the API is reachable before starting a multi-step investigation.
A prior call failed with a 503 or 504 and you want to confirm the service recovered.
You are debugging connectivity from a new environment.
Do NOT use this tool when:
You want actual tracker data — use
get_domainorsearchinstead.You want to check a specific domain — this returns nothing domain-specific.
Inputs:
None.
Returns:
ok: always true if the API is up.ts: ISO 8601 timestamp of the server's current time.
Cost:
Free. No API key required. Not rate-limited.
Latency:
Typical: <50ms, p99: <200ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||