Skip to main content
GET
Get team usage

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Path Parameters

teamId
string
required

The ID of the team

Response

The current billing window usage

teamId
string
required
plan
enum<string> | null
required

The plan in force for the window, null on the Free plan

Available options:
pro,
business,
enterprise
periodStart
string<date-time>
required

Start of the current billing window

periodEnd
string<date-time>
required

End of the current billing window

requestCount
integer
required

MCP requests settled during the current billing window

Required range: -9007199254740991 <= x <= 9007199254740991
includedRequests
integer | null
required

Requests included in the plan for one window, null when the allowance is contract-specific

Required range: -9007199254740991 <= x <= 9007199254740991