Skip to main content
GET
/
api
/
plugins
/
{name}
Get a specific plugin
curl --request GET \
  --url http://localhost:8080/api/plugins/{name}
{
  "id": 123,
  "name": "<string>",
  "enabled": true,
  "config": {},
  "isCustom": true,
  "path": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "version": 123,
  "updated_at": "2023-11-07T05:31:56Z",
  "config_hash": "<string>"
}

Path Parameters

name
string
required

Plugin name

Response

Successful response

Plugin configuration

id
integer

Plugin ID (auto-generated)

name
string
enabled
boolean
config
object
isCustom
boolean
path
string
created_at
string<date-time>
version
integer<int16>
updated_at
string<date-time>
config_hash
string