list_completed_jobs
Retrieve successfully completed iSuite jobs within a specified time range, optionally filtering by job type and limiting results.
Instructions
List successfully completed iSuite jobs within a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateFrom | No | ISO-8601 start datetime. | |
| dateTo | No | ISO-8601 end datetime (default: now). | |
| jobType | No | Filter by job type. | |
| limit | No | Maximum results to return (default 50). |