List Test Schedules
list_test_schedulesList the schedules of a test suite with their cron expression, timezone and next run time. Pass scheduleId to get one schedule instead — testSuiteId is then not needed. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of schedules to skip (for pagination, default 0) | |
| take | No | Number of schedules to return (default 100, max 100) | |
| scheduleId | No | Public Id (Guid) of a single schedule. When given, returns only that schedule. | |
| testSuiteId | No | Public Id (Guid) of the test suite. Required unless scheduleId is given. |