curl --request GET \
--url http://localhost:8000/bot-orchestration/bot-runs/stats \
--header 'Authorization: Basic <encoded-value>'Get statistics about bot runs.
Args: db_manager: Database manager dependency
Returns: Bot run statistics
curl --request GET \
--url http://localhost:8000/bot-orchestration/bot-runs/stats \
--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?