Back to MCP catalog
list_runs

List a strategy's runs (backtests, sweeps, walk-forwards) or expand a sweep into its child backtests.

Area

Backtesting & Validation

Group

Backtests

Access

Read

Risk

Read-only

Details

Full description

Unified listing of strategy runs: backtests, sweeps, and walk-forward analyses.

Provide strategy_id to list runs for a strategy, or batch_id to expand a sweep into its child backtests. At least one is required.

Args

  • strategy_id — strategy to list runs for.
  • batch_id — sweep batch to expand into child backtests.
  • type — filter by run kind (default all).
  • limit — results per page (default 50).
  • offset — results to skip (default 0).

Note — with type="all", sweep variants appear twice: once as individual backtests and once collapsed under their sweep. Use type="sweep" for one row per sweep instead.

Capabilities

Bounded options and operating modes surfaced above the full JSON schema.

Type options

type

backtestsweepwalk_forwardall

Required Inputs

None.

Optional Inputs

batch_idanyOf (2 variants)Sweep batch identifier. When provided, returns the child backtests of that sweep (type is forced to 'backtest').
limitintegerMaximum number of runs to return per page (max 100)
offsetintegerNumber of results to skip for pagination
strategy_idanyOf (2 variants)Strategy identifier. Required unless batch_id is provided.
typeenum: backtest, sweep, walk_forward, allRun kind to list. 'backtest' returns individual backtest runs; 'sweep' collapses backtests by batch_id; 'walk_forward' returns walk-forward analyses; 'all' unions everything sorted by created_at DESC.
Quawd

A subscription SaaS platform for designing, backtesting, and paper-trading algorithmic trading strategies on equities and crypto — described in plain English to an AI agent, no code required.

© 2026 Quawd. All rights reserved.

Quawd is a software tool, not a broker-dealer or investment adviser, and does not provide investment advice. Trading involves substantial risk of loss. Backtested and hypothetical results have inherent limitations and are not indicative of future performance.