There is not yet a public status dashboard. In the meantime, here is how to check service health and reach us about an issue.Documentation Index
Fetch the complete documentation index at: https://docs.alterscope.org/llms.txt
Use this file to discover all available pages before exploring further.
Check liveness yourself
The API exposes a public health endpoint:200 response means the API is serving; the body status field reports "healthy" (or "degraded" if a backend check is failing, still 200). If you get a non-200 or a timeout, the request didn’t reach a healthy instance.
Every response also carries its own freshness and quality metadata, so you can tell whether the data behind a specific call is current even when the API itself is up — see Freshness & quality.
Reporting an issue
If you’re seeing errors or degraded responses, contact support with therequest_id from the affected response (also returned as the X-Request-ID header) so we can trace the exact calls. See Errors for where to find it.