curl --request GET \
--url http://localhost:8000/controllers \
--header 'Authorization: Basic <encoded-value>'{}List all controllers organized by type.
Detects both single-file controllers (controller.py) and package-style controllers (controller/controller.py).
Returns: Dictionary mapping controller types to lists of controller names
curl --request GET \
--url http://localhost:8000/controllers \
--header 'Authorization: Basic <encoded-value>'{}Was this page helpful?