list-processes
List running processes across infrastructure with search and tag filtering.
Instructions
List running processes across infrastructure with search and tag filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search query string to filter processes. Example: nginx, python | |
| tags | No | Comma-separated list of tags to filter by. Example: env:production,service:api | |
| from | No | Unix timestamp (seconds) for start of data collection window | |
| to | No | Unix timestamp (seconds) for end of data collection window | |
| pageSize | No | Number of results per page (default 50, max 1000) | |
| pageCursor | No | Pagination cursor from previous response |