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

Response

Successful response

List plugins response

plugins
object[]
count
integer