curl --request GET \
--url http://localhost:8000/controllers/bots/{bot_name}/configs \
--header 'Authorization: Basic <encoded-value>'[
{}
]Get all controller configurations for a specific bot.
Args: bot_name: Name of the bot to get configurations for
Returns: List of controller configurations for the bot
Raises: HTTPException: 404 if bot not found
curl --request GET \
--url http://localhost:8000/controllers/bots/{bot_name}/configs \
--header 'Authorization: Basic <encoded-value>'[
{}
]Was this page helpful?