task_logs
Fetch recent logs for a Flow task, optionally filtered by severity level and lookback window, to troubleshoot pipeline problems.
Instructions
Recent task logs, optionally filtered by level. Wraps flowctl logs --task <task> --since <since>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Full catalog name | |
| level | No | Minimum level to return | |
| limit | No | Max log lines to return | |
| since | No | Lookback window, e.g. '1h', '24h', '7d' | 1h |