Skip to main content
GET
/
api
/
plugins
Get All Plugins
curl --request GET \
  --url http://localhost:8080/api/plugins
{
  "plugins": [
    {
      "name": "<string>",
      "enabled": true,
      "config": {}
    }
  ],
  "count": 123
}

Response

200 - application/json

Successful response

plugins
object[]
count
integer