list_jobs
Retrieve the current backtest and strategy-comparison jobs stored in memory, using optional state or kind filters to locate queued, running, completed, failed, or cancelled tasks.
Instructions
List jobs known to the in-memory job store, optionally filtered.
Maps to no OctoBot route -- purely an in-memory listing. state
("queued"|"running"|"completed"|"failed"|"cancelled") and kind
("backtest"|"compare_strategies") are both optional filters; omit
either (or both) to not filter on it. Read-only, not confirm-gated.
Each entry uses get_job_status's shape minus sub_jobs (spec's
#### list_jobs(state?, kind?)).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| state | No |