list-processes
List running processes on your infrastructure, filtering by search term or tags to find specific processes quickly.
Instructions
List running processes with optional filtering by search term or tags. Use for 'what processes are running', 'find java processes', 'process list for host'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to filter processes | |
| tags | No | Comma-separated tags to filter | |
| from | No | Start timestamp (Unix seconds) | |
| to | No | End timestamp (Unix seconds) | |
| pageLimit | No | Max results per page | |
| pageCursor | No | Pagination cursor |