Skip to main content
GET
/
api
/
plugins
Get All Plugins
curl --request GET \
  --url http://localhost:8080/api/plugins
{
  "plugins": [
    {
      "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"
    }
  ],
  "count": 123
}

Response

200 - application/json

Successful response

plugins
object[]
count
integer