Get Task
get_taskRetrieve a single task's full details by its ID. Use when you have a task ID and need the complete record.
Instructions
Retrieve a single task by ID. Use this when you already have a TaskId and need the record.
NOTE: search_tasks returns the same full data for each match. Only use get_task when you have an ID but not the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The TaskId to retrieve |