---
title: "获取 Plugins 列表"
method: GET
path: "/api/v1/plugins"
tags: ["【公共】plugin"]
---

# 获取 Plugins 列表

`GET /api/v1/plugins`

并集返回 (global ∪ 用户 active team) 两级 scope 下的 plugin,同名 team>global 覆盖;disabled 仍返回但 enabled=false。

## Response `200`

获取成功

- object
  - `code` integer
  - `data` DomainPluginListItem[]
    - `active_version` string
    - `description` string
    - `enabled` boolean
    - `entry` string
    - `id` string
    - `is_force_delivery` boolean
    - `name` string
    - `scope` DomainSkillScope
      - `id` string
      - `type` string
  - `message` string

## Other responses

- `500` — 服务器内部错误

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/versions/5a5929cb17f2/schema)
