API request volume, error rate, and latency percentiles
Aggregated traffic snapshot for the authenticated customer +
environment over the requested window. Returns total volume,
success vs error counts, p50/p95 latency in milliseconds, and
the 10 most-trafficked method + path combinations.
Latency percentiles use PostgreSQL’s
percentile_cont(0.5/0.95) within group (order by duration_ms)
over v3.request_log.
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Query Parameters
Inclusive lower bound (ISO-8601 timestamp). Defaults to
now - 30 days when omitted.
Exclusive upper bound (ISO-8601 timestamp). Defaults to now
when omitted.
Response
Aggregated request stats.
x >= 0Requests with status < 400.
x >= 0Requests with status >= 400.
x >= 0x >= 0x >= 0