ds_list_schedules
List schedule configurations in a DolphinScheduler project. Filter by workflow code to view schedules for a specific process, or enable simplify to get cron and release state summaries.
Instructions
List schedule configurations (optionally filtered by workflow_code).
v2.0.12: merged ds_list_schedules_in_project and ds_get_workflow_schedule.
workflow_code=0 (default): list all schedules in the project
workflow_code=: list schedules for that specific workflow
simplify=True: return a summary dict with has_schedule/cron/release_state
Args: project_name: Project name workflow_code: Process-definition code (0 = no filter) simplify: Return summary dict instead of raw list page_no: Page number page_size: Items per page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_no | No | ||
| simplify | No | ||
| page_size | No | ||
| project_name | Yes | ||
| workflow_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |