System Monitoring

Health checks, system status, and APM metrics.

GET /health

Basic health check endpoint.

Response

{
  "status": "healthy",
  "version": "1.0.0",
  "timestamp": "2025-12-25T10:00:00Z"
}

Status Values

Status
Meaning

healthy

All systems operational

degraded

Some features impacted

unhealthy

Service unavailable

Example

curl https://api.athenatrust.ai/v1/health

GET /engines/status

System status — check operational health of ATHENA's intelligence platform.

Response

Status Values

Status
Meaning

operational

All systems functioning normally

degraded

Performance impacted

partial_outage

Some components unavailable

maintenance

Planned maintenance

Example


GET /metrics

APM metrics for your account.

Response

Metric Definitions

Metric
Description

requests_per_second

Average RPS in period

avg_response_time_ms

Mean response time

p95_response_time_ms

95th percentile latency

p99_response_time_ms

99th percentile latency

error_rate

Percentage of 5xx errors

rate_limit_hits

Number of 429 responses

Example


SDK Examples

JavaScript

Python


Status Page

For real-time status updates:

URL: https://status.athenatrust.ai

Subscribe to receive notifications for:

  • Outages

  • Degraded performance

  • Scheduled maintenance


Next: Admin API

Last updated