get_task
Retrieve task details by internal ID: title, status, due date, time tracking (estimated, remaining, billable, worked), and todo counts.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The unique Productive task identifier (internal ID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||