get_task
Retrieve detailed task information from Productive.io using the internal task ID, including status, dates, time tracking data, and todo counts.
Instructions
Get detailed task information by its internal ID.
Use this when you have the internal task ID (e.g., 14677418). For looking up tasks by their project-specific number (e.g., #960), use get_project_task instead.
Returns task details including:
Task title, description, and status (open/closed)
Due date, start date, and creation/update timestamps
Time tracking: initial estimate, remaining time, billable time, and worked time (in minutes)
Todo counts: total and open
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The unique Productive task identifier (internal ID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||