REST API — WorkflowSchedules
| Method | Path | What it does |
|---|---|---|
GET |
/api/workflows/{workflow_id}/schedules |
List all schedules for a workflow. Any member can view. |
POST |
/api/workflows/{workflow_id}/schedules |
Create a schedule for a workflow. Owner only. |
DELETE |
/api/workflows/{workflow_id}/schedules/{schedule_id} |
Delete a workflow schedule. Owner only. |
GET |
/api/workflows/{workflow_id}/schedules/{schedule_id} |
Get a specific schedule. Any member can view. |
PATCH |
/api/workflows/{workflow_id}/schedules/{schedule_id} |
Update schedule settings. Owner only. |