tasks_get
Retrieve complete details of a specific task by its ID, including subject, assignee, due date, and completion status.
Instructions
Get detailed information about a specific task by ID.
Retrieves complete information about a single task including subject, description, assignee, due date, and completion status.
Workflow tips:
Use tasks/list to find task IDs first
Response includes all task details
Cached for 5 minutes for better performance
Common use cases:
Get task details: { "id": 123 }
Check task status before updating
Retrieve task information for display
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the task to retrieve |