list_schedules
List all schedules from Temporal with pagination support via limit and skip parameters.
Instructions
List all schedules. Specify 'limit' to control the number of results (default: 100). Use 'skip' to paginate through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip for pagination (default: 0) | |
| limit | No | Maximum number of schedules to return (default: 100) |