teams
List plugin usage for the current calendar month.
get/teams/{team_name}/usage
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
Query parameters
pageinteger
Page number of the results to fetch
per_pageinteger
The number of results per page (max 1000).
Response
List plugin usage for the current calendar month.
Example response
{
"items": [
{
"plugin_team": "cloudquery",
"plugin_kind": "source",
"plugin_name": "aws-source",
"rows": 1000000,
"usd": "43.95",
"remaining_usd": "56.05",
"remaining_rows": 1
}
]
}