list_jobs
Retrieve all agent jobs with their statuses. Optionally filter by minimum score to narrow results.
Instructions
List all agent jobs (running, done, failed, cancelled). To wait for a specific job, use wait_for_job or subscribe to cca:job:done:{job_id} on Redis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | No | Only return jobs with score >= this value (0.0–1.0). Unscored jobs are excluded when this filter is set. |