list_all_scheduled_actions
Retrieve a list of scheduled actions with optional filters by type or scheduler. Use pagination to handle large result sets.
Instructions
Query scheduled actions.
Inputs: optional limit, offset, action_types, scheduler.
action_types and scheduler are optional exact-match filters; prefer values from meta.observed_action_types and meta.observed_schedulers.
limit is capped at 500; use meta.next_offset to page.
Returns: items with scheduled actions and meta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| action_types | No | ||
| scheduler | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||