---
title: "列出所有 JS 插件"
method: GET
path: "/jsplugins"
tags: ["JS插件管理"]
---

# 列出所有 JS 插件

`GET /jsplugins`

获取 JS 插件列表，形如 {"plugins": [jsplugin.JSPlugin, ...]}（响应类型是 map，
单个插件对象的完整字段见 jsplugin.JSPlugin 定义）。
其中 render_engine 是插件在自己 plugin.json 的 renderEngine 字段里声明的页面渲染引擎，
取值 "webview"（系统 WebView）或 "webf"；**空串表示跟随宿主默认**，客户端需自行映射为 webview。

## Response `200`

JS插件列表

- object

## Other responses

- `401` — 未授权
- `500` — 服务器错误

---

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