---
title: "GET /teams/{team_name}/usage"
method: GET
path: "/teams/{team_name}/usage"
tags: ["teams"]
---

# GET /teams/{team_name}/usage

`GET /teams/{team_name}/usage`

List plugin usage for the current calendar month.

## Path parameters

- `team_name` string, required — The unique name for the team.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

List plugin usage for the current calendar month.

- object
  - `items` UsageCurrent[], required
    - `plugin_team` string, required — The unique name for the team.
    - `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
    - `plugin_name` string, required — The unique name for the plugin.
    - `rows` integer, required — The number of rows used by the plugin in the calendar month.
    - `usd` string, required — The USD amount used by the plugin in the calendar month, rounded to two decimal places.
    - `remaining_usd` string — The remaining USD amount in the plugin's quota for the calendar month.
    - `remaining_rows` integer — Deprecated - this field used to contain the estimated remaining rows but now returns 1 to indicate rows are remaining or 0 if there are no more remaining rows.
  - `metadata` ListMetadata, required
    - `total_count` integer
    - `last_page` integer
    - `page_size` integer, required
    - `time_ms` integer

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
