Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt

Use this file to discover all available pages before exploring further.

MESH exposes account and platform monitoring through API endpoints instead of requiring console-only inspection.

Summary

GET /v1/monitoring returns request volume, p95 latency, error rate, spend, payment health, and provider health for the selected window.
curl "https://api.meshrouter.app/v1/monitoring?accountId=acct_live&window=1h" \
  -H "Authorization: Bearer mesh_live_..."

Operational data

DataEndpointUse case
UsageGET /v1/usageSpend, tokens, request totals
LogsGET /v1/logsRoute, payment, privacy events
ReceiptsGET /v1/receipts/{id}Per-request cost audit trail
ProvidersGET /v1/providers/healthRouting health and fallback data
Use query parameters such as accountId, from, to, limit, and cursor to keep dashboards incremental.