Skip to main content
The Router Overview endpoint returns a concise health snapshot of the Aria Compute ROUTER. You can use it to monitor live request counts, active entrypoints, system uptime, and the aggregate health of configured providers. This endpoint is read-only and does not require an admin role. Access it with either a valid session cookie or an Authorization: Bearer API key.

Endpoint

Authentication

Authenticate with a session cookie or pass Authorization: Bearer <api-key>.

Response

integer
Total number of requests processed by the router since startup.
integer
Number of entrypoints currently enabled and accepting traffic.
integer
Time elapsed since the router started, in seconds.
object
Map of provider names to their health status.

Base URL

Use https://router.example.com as the host for all ROUTER API requests.