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

Path Parameters

name
string
required

Response

200 - application/json

Successful response

name
string
enabled
boolean
config
object