Skip to main content
GET
Get usage statistics over different time periods, active scouts, and rate limits.

Query Parameters

string
default:"24h"
Time range for activity counts. One of 24h, 7d, 30d, or 90d.
n1_rate_limits and activity.n1_calls are deprecated aliases of navigator_rate_limits and activity.navigator_calls. They mirror the canonical fields to give existing clients a migration window, and will be removed in a future release. Prefer the navigator_* names.

Authorizations

x-api-key
string
header
required

Query Parameters

period
enum<string>
default:24h
Available options:
24h,
7d,
30d,
90d

Response

Successful Response

num_active_scouts
integer
required
active_scout_ids
string<uuid>[]
required
rate_limits
RateLimits · object
required
navigator_rate_limits
NavigatorRateLimits · object
required

Rate limits for the Navigator (chat completions) endpoint.

activity
ActivityCounts · object
required
n1_rate_limits
NavigatorRateLimits · object
required
deprecated
read-only

Deprecated alias of navigator_rate_limits; prefer navigator_rate_limits