Get bot runs with optional filtering.
Args: bot_name: Filter by bot name account_name: Filter by account name strategy_type: Filter by strategy type (script or controller) strategy_name: Filter by strategy name run_status: Filter by run status (CREATED, RUNNING, STOPPED, ERROR) deployment_status: Filter by deployment status (DEPLOYED, FAILED, ARCHIVED) limit: Maximum number of results to return offset: Number of results to skip db_manager: Database manager dependency
Returns: List of bot runs with their details
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response