List recurring automation schedules (read)
action1_recurring_schedulesList recurring automations with optional client-side filters for status, template, or target group. Supports pagination and markdown or JSON output.
Instructions
List recurring automations with optional client-side filters (status, template_id, group id substring).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items. | |
| cursor | No | Pagination cursor. | |
| org_id | No | Org UUID. | |
| active_only | No | Drop paused/disabled schedules. | |
| template_id | No | Filter by first action template_id. | |
| response_format | No | Output format. Default markdown. | |
| group_id_substring | No | Filter by target group id substring. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |