---
title: "GET /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes"
method: GET
path: "/plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes"
tags: ["plugins"]
deprecated: true
---

# GET /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes

`GET /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes`

> **Deprecated.**

DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.

## Path parameters

- `team_name` 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.

## Response `200`

Response

- object
  - `items` PluginPrice[], required
    - `id` string, uuid, required — ID of the price change
    - `usd_per_row` string, required — The price per row in USD. This is used to calculate the price of a sync.
    - `free_rows_per_month` integer, required — The number of rows that can be synced for free each month.
    - `effective_from` string, date-time, required — The date and time the price came (or will come) into effect.
  - `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.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
