plugins
DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.
get/plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
plugin_kind'source' | 'destination' | 'transformer' required
The kind of plugin, ie. source or destination.
Example:source
plugin_namestring required
The unique name for the plugin.
Example:aws-source
Response
Response
Example response
{
"items": [
{
"id": "12345678-1234-1234-1234-1234567890ab",
"usd_per_row": "0.0001",
"free_rows_per_month": 1000,
"effective_from": "2024-01-02T00:00:00Z"
}
]
}