pfc_check_task_status
Monitor PFC simulation task progress and retrieve output with pagination and filtering options to track computational results.
Instructions
Check status and output for a submitted PFC task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID returned by pfc_execute_task | |
| skip_newest | No | Skip N newest output lines before pagination | |
| limit | No | Output lines per page | |
| filter | No | Only keep output lines containing this text | |
| wait_seconds | No | Wait time before querying status |