get_task_info
Retrieve detailed information about a Celery task by providing its task ID. This tool returns complete task details including state, result, traceback, and metadata for monitoring and debugging.
Instructions
Get detailed information about a task by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |