curl --request GET \
--url http://localhost:8000/bot-orchestration/status \
--header 'Authorization: Basic <encoded-value>'Get the status of all active bots.
Args: bots_manager: Bot orchestrator service dependency
Returns: Dictionary with status and data containing all active bot statuses
curl --request GET \
--url http://localhost:8000/bot-orchestration/status \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?