list_jobs
List async simulation jobs newest first with pagination and optional status filter. Get job IDs, status, progress, and poll URLs to monitor or retrieve results.
Instructions
List the organization's async simulation jobs, newest first, with pagination (defaults page 1, limit 25, max 200) and an optional status filter such as queued, running, completed, failed, or cancelled. Each entry carries the job id, status, progress, and poll URL. Use get_job_status or poll_job to follow one job and get_job_result for its output. Read-only. Returns jobs plus total, page, limit, and pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number; defaults to 1. | |
| limit | No | Jobs per page, up to 200; defaults to 25. | |
| status | No | Optional job status filter such as queued, running, completed, failed, or cancelled. |