---
title: "List Past Runs"
method: GET
path: "/api/past-runs"
tags: ["runs"]
---

# List Past Runs

`GET /api/past-runs`

List all past runs from database.

## Response `200`

Successful Response

- PastRunsListResponse — Response with list of past runs.
  - `runs` PastRunSummary[], required
    - `run_id` string, nullable, required
    - `dir_name` string, required
    - `status` string, required
    - `run_mode` string, nullable
    - `started_at` string, nullable, required
    - `completed_at` string, nullable
    - `simulation_date` string, nullable, required
    - `llm_provider` string, nullable, required
    - `tickers` string[], nullable, required
    - `initial_cash_balance` number, nullable
    - `broker_start_equity` number, nullable
    - `leverage_multiplier` number, nullable
    - `initial_buying_power` number, nullable
    - `spx_start_price` number, nullable
    - `spx_end_price` number, nullable
    - `broker_account_id` string, nullable
    - `broker_account_name` string, nullable
    - `results_summary` object, nullable

---

[API](https://skmtc.dev/standardsignal/apis/trading-simulation-api.md) · [All operations](https://skmtc.dev/standardsignal/apis/trading-simulation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/standardsignal/trading-simulation-api/revisions/8f283e941dbf/schema)
