list_failed_jobs
Retrieve failed iSuite jobs within a specified time range to identify and troubleshoot job execution errors.
Instructions
List iSuite jobs that have failed within a given time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateFrom | No | ISO-8601 start datetime for the query window. | |
| dateTo | No | ISO-8601 end datetime for the query window (default: now). | |
| jobType | No | Filter by job type. | |
| limit | No | Maximum results to return (default 50). |