Controllers

Get Bot Controller Configs

Get all controller configurations deployed to a specific bot instance.

Retrieves all YAML configuration files from the bot's local conf/controllers directory. Each bot instance maintains its own copy of controller configurations, which may differ from the global configurations in conf/controllers.

Use this endpoint to inspect what controllers a specific bot is configured to run, or to audit configuration differences between bot instances.

get/controllers/bots/{bot_name}/configs

Path parameters

bot_namestring required

Response

Successful Response

object[] required

Changes