---
title: "list all addon registry"
method: GET
path: "/api/v1/addon_registries"
tags: ["addon_registry"]
---

# list all addon registry

`GET /api/v1/addon_registries`

## Response `200`

OK

- V1ListAddonRegistryResponse
  - `registries` V1AddonRegistry[], required
    - `git` AddonGitAddonSource
      - `path` string
      - `token` string
      - `url` string
    - `gitee` AddonGiteeAddonSource
      - `path` string
      - `token` string
      - `url` string
    - `gitlab` AddonGitlabAddonSource
      - `path` string
      - `repo` string
      - `token` string
      - `url` string
    - `helm` AddonHelmSource
      - `insecureSkipTLS` boolean
      - `password` string
      - `url` string
      - `username` string
    - `name` string, required
    - `oss` AddonOSSAddonSource
      - `bucket` string, required
      - `end_point` string, required
      - `path` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/kubevela/apis/kubevela-api-doc.md) · [All operations](https://skmtc.net/kubevela/apis/kubevela-api-doc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubevela/kubevela-api-doc/revisions/8e41615b25d5/schema)
