check_task
Poll an async task to retrieve its status and result. If the task fails, resume it using retry_task instead of restarting.
Instructions
Poll an async task (app creation or edit). Returns status + result when done. If status is 'failed' (e.g. a transient generation stall), call retry_task with the same task_id to resume — don't start over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task id. |