list_jobs
Retrieve background jobs filtered by status (pending, running, completed, failed, cancelled) with a configurable limit.
Instructions
List all background jobs with optional status filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of jobs to return (default: 20) | |
| status | No | Filter by status: pending, running, completed, failed, cancelled |