jobs_list
Retrieve recent trading strategy jobs from the Jesse framework to monitor backtesting, optimization, and risk analysis tasks. Filter by job type or limit results as needed.
Instructions
List recent jobs.
Args: job_type: Filter by job type (optional) limit: Maximum number of jobs to return (default: 50)
Returns: Dict with list of jobs containing id, type, status, progress, current_step, started_at
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_type | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||