Profile
Get plan limits and current usage
Return every plan limit alongside its current consumption for the authenticated account.
Scope
- All counters are account-owner scoped: a team member sees the owner's consumption, since quotas are shared across the team.
Semantics
- limit: null means unlimited.
- used: null means the counter is momentarily unreadable (never 0 by default, so the UI can tell 'unknown' from 'nothing consumed').
- caps_enforced: false means the caps of your plan are not being applied.
- legacy_caps: true means the daily request cap is not enforced on this account (concurrency caps still are).
This endpoint never mutates a counter: reading it does not consume quota.
get/profile/usage
Response
Usage returned successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.