list_schedules
List all schedules in Temporal. Use 'limit' to control the number of results and 'skip' to paginate through them.
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 |
|---|---|---|---|
| limit | No | Maximum number of schedules to return (default: 100) | |
| skip | No | Number of results to skip for pagination (default: 0) |