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