list_schedules
List all schedules with status, cron expression, and target job to verify active timing and identify stopped schedules needing attention.
Instructions
List all schedules with their status, cron expression, target job, and next tick.
Returns per schedule: name, cron expression, status (RUNNING/STOPPED), next_tick timestamp, target job name, repository, and code location.
When to use: to check which schedules are active, verify cron timing, or find schedules that are stopped and might need attention. If a schedule is RUNNING but jobs aren't executing, use get_tick_history to inspect recent ticks for errors. Raises when a code location is unavailable rather than returning a partial list that could be mistaken for the complete set of schedules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |