get_task
Retrieve full task details by its internal ID: status, due dates, time tracking, todos, comments, and attachments.
Instructions
Get detailed task information by its internal task ID (e.g., 14677418).
Returns task details including:
Title, description, status (open/closed), due date, and timestamps
Time tracking: initial estimate, remaining, billable, and worked time (in minutes)
Todo counts: total and open
comments: the most recent comments (up to
comment_limit, most recent first)todos: up to 100 checklist items, with
todos_truncatedandtodos_notewhen more existattachments: id and filename for each file attached to the task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The unique Productive task identifier (internal ID) | |
| comment_limit | No | Number of most recent comments to include (default: 5, max: 200) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||