> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# cronList

> Gateway RPC for listing cron schedules.

* Method: `cronList`
* Scope: `cron:read`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ filter?: { workflow? } }`
* Response: `CronRow[]`

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, and `Internal`.
