process_logs
Get stdout and stderr logs for a managed process. Use tail to retrieve only the last N lines.
Instructions
Get stdout and stderr logs for a managed process. Use tail parameter to get only the last N lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Process ID (e.g., 'fork', 'frontend') | |
| tail | No | Number of lines to return (from the end) |