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

Path Parameters

name
string
required

Plugin name

Response

Successful response

Plugin configuration

name
string
enabled
boolean
config
object
isCustom
boolean
path
string
status
object

Plugin status information