v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
addons

List all addons for the team.

get/teams/{team_name}/addons

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).

include_privateboolean

Whether to include private plugins

Response

Response

Example response

{
  "items": [
    {
      "name": "aws-policies",
      "team_name": "cloudquery",
      "display_name": "AWS Policies",
      "category": "cloud-infrastructure",
      "created_at": "2017-07-14T16:53:42Z",
      "updated_at": "2017-07-14T16:53:42Z",
      "homepage": "https://cloudquery.io",
      "logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
      "official": true,
      "short_description": "AWS policies",
      "repository": "https://github.com/cloudquery/cloudquery",
      "tier": "paid",
      "price_usd": "50",
      "addon_type": "visualization",
      "addon_format": "zip"
    }
  ]
}