Skip to main content

plugins.get

Gets details about the plugin with the specified ID.

Request

{
"id": 7
}

Response

{
"plugin": {
"id": 7,
"path": "/tmp/plugins/skeleton",
"name": "skeleton",
"version": "0.1",
"config": "return {}",
"metadata": {
"source": "github:porla-plugins/skeleton"
},
"is_loaded": true
}
}