v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
plugins

List all plugins

get/plugins

Query parameters

sort_by'created_at' | 'updated_at' | 'name' | 'downloads'

The field to sort by

pageinteger

Page number of the results to fetch

per_pageinteger

The number of results per page (max 1000).

include_release_stagesPluginReleaseStage[]

Include these release stages in the response

exclude_release_stagesPluginReleaseStage[]

Exclude these release stages from the response

Response

Response

Example response

{
  "items": [
    {
      "name": "aws",
      "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"
    }
  ]
}