upservice_get_task
Retrieve full task details by providing the task ID. Returns the complete task record as JSON.
Instructions
Retrieve full details for a single task by ID.
Args: params (TaskIdInput): task_id (int)
Returns: str: JSON of the task record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |