v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Bot Orchestration

Get Bot Runs

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

get/bot-orchestration/bot-runs

Query parameters

bot_namestring
account_namestring
strategy_typestring
strategy_namestring
run_statusstring
deployment_statusstring
limitinteger
offsetinteger

Response

Successful Response

{"stackTrail":"paths:/bot-orchestration/bot-runs:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}