v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
plugins

List all plugins for the team.

get/teams/{team_name}/plugins

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-source",
      "kind": "source",
      "team_name": "cloudquery",
      "display_name": "AWS Source Plugin",
      "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": "Sync data from AWS to any destination",
      "repository": "https://github.com/cloudquery/cloudquery",
      "tier": "paid",
      "usd_per_row": "0.00123",
      "free_rows_per_month": 10000,
      "release_stage": "preview"
    }
  ]
}