list_running_jobs
Retrieve all active iSuite jobs with optional filters for job type, submitter, and result count. Monitor running operations to track progress and identify bottlenecks.
Instructions
List all currently running iSuite jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobType | No | Filter by job type (e.g. 'etl', 'report', 'sync', 'reconciliation'). | |
| submittedBy | No | Filter by username who submitted the job. | |
| limit | No | Maximum results to return (default 50). |