Get Running Task Status
Get-Running-Task-StatusRetrieves the current status and results of a previously initiated AI processing task. Use this tool when you need to check on a task that was started earlier but hasn't completed yet, or when a user returns to inquire about a task they initiated previously. WHEN TO USE THIS TOOL:
When a user provides a task_id from a previous session and wants to check if their result is ready
When a user asks about a task they started earlier (e.g., 'Is my hairstyle ready?', 'Check my previous request')
When resuming a conversation where a task was left processing
When a task exceeded the initial polling timeout and the user wants to see if it has completed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| polling | No | If true (default), keep polling until the task finishes, returning the final result. If false, return immediately without waiting for the task to finish. | |
| task_id | Yes | ID of this task. | |
| task_type | Yes | The type of the task. | |
| is_preprocess | No | Whether this is called from preprocess tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |