List Schedules
list_schedulesRetrieve all Dagster schedules with status, cron timing, target job, and next tick to monitor active jobs and find 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 |