---
title: "Lists addons for all clusters."
method: GET
path: "/cluster/{cluster_id}/addons"
tags: ["clusterAddons"]
---

# Lists addons for all clusters.

`GET /cluster/{cluster_id}/addons`

Required RBAC Policy: kots/cluster/[:clusterid]/addon/list

## Path parameters

- `cluster_id` string, required

## Response `200`

ListClusterAddonsResponse contains the response to a list clusters addons request

- object
  - `addons` ClusterAddon[]
    - `cluster_guid` string
    - `cluster_id` string
    - `created_at` string, date-time
    - `guid` string
    - `id` string
    - `object_store` ClusterAddonObjectStore
      - `bucket_name` string
      - `bucket_prefix` string
      - `service_account_name` string
      - `service_account_name_read_only` string
      - `service_account_namespace` string
    - `port` ClusterAddonPort
      - `is_wildcard` boolean
      - `name` string
      - `protocol_http` boolean
      - `protocol_https` boolean
      - `protocol_ws` boolean
      - `protocol_wss` boolean
      - `upstream_port` integer
    - `ready_at` string, date-time
    - `status` string
    - `terminated_at` string, date-time
    - `total_credits` integer

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
