teams

Get team usage

Get the MCP request usage of a team for its current billing window. A team that has made no request in the window reports zero.

get/v1/teams/{teamId}/usage

Path parameters

teamIdstring required

The ID of the team

Response

The current billing window usage

teamIdstring required
plan'pro' | 'business' | 'enterprise' nullable required

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

periodStartstring date-time required

Start of the current billing window

periodEndstring date-time required

End of the current billing window

requestCountinteger required

MCP requests settled during the current billing window

includedRequestsinteger nullable required

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

Changes