List globally applied plugins
list_global_pluginsLists plugins applied to every request in a Kong Gateway, regardless of service, route, or consumer scope, so you can rule out a gateway-wide plugin before diagnosing missing route behavior.
Instructions
Lists plugins applied to every request, i.e. those with no service, route or consumer scope.
USE WHEN: you need to rule out a gateway-wide plugin before concluding that a route lacks something. A global key-auth would protect every route without appearing on any of them.
RETURNS: plugins with ref, name, enabled and relevant config, plus pluginCount.
LIMITATIONS: global scope only. To see everything affecting one route including inheritance, use list_plugins_for_route, which covers this case already.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||