List Scheduled Jobs
list_scheduled_jobsList all scheduled jobs on a server or for a specific site, showing command, user, frequency, and last run state to verify job execution.
Instructions
Cron/scheduled jobs, either for a whole server or for one site. Shows the command, user, frequency and last run state — use it to confirm a schedule exists and is firing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Restrict to one site; omit for all jobs on the server. | |
| sort | No | Comma-separated fields to sort by; prefix with "-" to reverse (e.g. "-created_at"). | |
| cursor | No | Pagination cursor from a previous response's meta.next_cursor. | |
| filter | No | Field filters, e.g. {"name": "acme-web"}. Supported fields vary by endpoint. | |
| server | Yes | Server id from list_servers. | |
| include | No | Comma-separated relationships to embed (e.g. "tags,latestDeployment"). | |
| page_size | No | Items per page (Forge default 30). | |
| organization | No | Organisation slug. Optional when the server has a default configured. |