Get installed plugins with API

Is it corrent that there is currently no HTTP API way to get which plugins are installed?

Interesting. There’s no mention of it in the HTTP API docs, but there’s definitely a /api/plugins/ endpoint:

List the names of all installed plugins:

curl admin:admin@localhost:3003/api/plugins | jq ".[].name"