Skip to main content
GET
/
api
/
plugins
List all plugins
curl --request GET \
  --url http://localhost:8080/api/plugins
{
  "plugins": [
    {
      "name": "<string>",
      "enabled": true,
      "config": {},
      "isCustom": true,
      "path": "<string>",
      "status": {
        "name": "<string>",
        "status": "active",
        "logs": [
          "<string>"
        ]
      }
    }
  ],
  "count": 123
}

Response

Successful response

List plugins response

plugins
object[]
count
integer