list_batch_jobs
Retrieve iSuite batch jobs filtered by status, type, and time range to monitor job execution and troubleshoot issues.
Instructions
List iSuite batch jobs filtered by status and time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by batch status (default 'all'). | |
| batchType | No | Filter by batch type (e.g. 'reconciliation', 'data-load', 'export', 'purge'). | |
| dateFrom | No | ISO-8601 start datetime for query window. | |
| dateTo | No | ISO-8601 end datetime (default: now). | |
| limit | No | Maximum results to return (default 50). |