ticktick_get_task
Retrieve detailed information about a specific TickTick task using its task ID and project ID. Returns complete task data including timestamps in JSON format.
Instructions
Get full details of a specific TickTick task by ID.
Args: params (GetTaskInput): - task_id (str): The task ID - project_id (str): The project ID the task belongs to
Returns: str: JSON object with full task details including created and modified timestamps.
Examples: - Use when: You have a task ID and need its current details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |