openclaw_cron_list
List configured cron jobs from OpenClaw gateway. Supports filtering by name, enabled state, and sorting to display job details like schedule and payload kind.
Instructions
List configured OpenClaw cron jobs. Wraps the gateway JSON-RPC method cron.list. Returns jobs with name, schedule, payload kind, and enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Free-text search filter on job name | |
| offset | No | ||
| sortBy | No | ||
| enabled | No | Filter by enabled/disabled state | |
| sortDir | No | ||
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. | |
| includeDisabled | No | Set true to include disabled jobs (alias for enabled='all') |