GET /api/v2/account/usage — API key usage stats (AgentKey only)
Account
Get API Key Usage
No scope check required — any valid API key can introspect its own usage. This is intentional: usage/quota info is a property of the key itself.
GET
GET /api/v2/account/usage — API key usage stats (AgentKey only)
Authorizations
Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.