---
title: "GET /addons"
method: GET
path: "/addons"
tags: ["addons"]
---

# GET /addons

`GET /addons`

List all addons

## Query parameters

- `sort_by` 'created_at' | 'updated_at' | 'name' | 'downloads'
- `page` integer
- `per_page` integer

## Response `200`

Response

- object
  - `items` ListAddon[], required
    - `team_name` string, required — The unique name for the team.
    - `name` string, required — The unique name for the addon.
    - `official` boolean, required — True if the addon is maintained by CloudQuery, false otherwise
    - `category` 'cloud-infrastructure' | 'databases' | 'sales-marketing' | 'engineering-analytics' | 'other', required — Supported categories for addons
    - `addon_type` 'transformation' | 'visualization', required — Supported types for addons
    - `addon_format` 'zip', required — Supported formats for addons
    - `tier` 'free' | 'paid', required — Supported tiers for addons
    - `price_usd` string, required — The price for 6 months
    - `short_description` string, required
    - `display_name` string, required — The addon's display name
    - `homepage` string
    - `repository` string
    - `logo` string, required
    - `public` boolean — Whether the plugin is listed in the CloudQuery Hub. If false, the plugin will not be shown in the CloudQuery Hub and will only be visible to members of the plugin's team.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `latest_version` string — The version in semantic version format.
  - `metadata` ListMetadata, required
    - `total_count` integer
    - `last_page` integer
    - `page_size` integer, required
    - `time_ms` integer

## Other responses

- `401` — Requires authentication
- `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)
