---
title: "List Plugin Catalog"
method: GET
path: "/v2/plugins/catalog"
tags: ["Plugins"]
---

# List Plugin Catalog

`GET /v2/plugins/catalog`

List plugins that can be referenced by name in a build's plugins array. Builds may also reference any public GitHub repository URL (https://github.com/owner/repo) as a plugin; those are not enumerated here.

## Response `200`

Default Response

- object
  - `plugins` object[], required
    - `name` string, required — Identifier to pass in the build's plugins array.
    - `type` string, required — Plugin source. 'duvo-platform' plugins are pre-baked into the Duvo runtime; 'knowledge-work' plugins are role-oriented bundles (engineering, sales, legal, …) also baked into the runtime; 'github' plugins are downloaded from a user-supplied repository URL at run time.
    - `description` string, required

## Other responses

- `401` — Default Response
- `500` — Default Response

---

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