get_task
Fetch a task by UUID to retrieve its details or status. Returns null if no task is found with that UUID.
Instructions
Fetch a task by UUID. Returns None if no such task exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |