yade_check_task_status
Check the status and retrieve paginated output of a submitted YADE task. Filter lines and control wait time for efficient polling.
Instructions
Check status and output for a submitted YADE task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID returned by yade_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 | Delay before querying (prevents polling too fast). Use 0 for immediate check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||