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

Path Parameters

name
string
required

Response

200 - application/json

Successful response

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