List Background Processes
list_background_processesRetrieve background processes (daemons and queue workers) running on a server, including process count, status, and user, to monitor queue worker health and sizing.
Instructions
Daemons and queue workers on a server — command, user, process count and status. Use it to check queue workers are running and correctly sized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |