yade_check_task_status
Retrieve the status and output lines of a submitted YADE task by task ID, with options to filter, paginate, and add a delay.
Instructions
Check status and output for a submitted YADE task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Output lines per page | |
| filter | No | Only keep output lines containing this text | |
| task_id | Yes | Task ID returned by yade_execute_task | |
| skip_newest | No | Skip N newest output lines before pagination | |
| wait_seconds | No | Delay before querying (prevents polling too fast). Use 0 for immediate check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||