get_task_result
Retrieve the result of a Celery task by providing its task ID, with an optional timeout to wait for completion. Monitors task outcome in real-time.
Instructions
Get the result of a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |