---
title: "get plugin list"
method: GET
path: "/answer/admin/api/plugins"
tags: ["AdminPlugin"]
---

# get plugin list

`GET /answer/admin/api/plugins`

get plugin list

## Query parameters

- `status` string
- `have_config` boolean

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` SchemaGetPluginListResp[] — response data
    - `description` string
    - `enabled` boolean
    - `have_config` boolean
    - `link` string
    - `name` string
    - `slug_name` string
    - `version` string
  - `msg` string — response message
  - `reason` string — reason key

---

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