get_task_history
Retrieve detailed task history including status changes, assignments, milestones, and activity summaries to track progress and accountability over time.
Instructions
Get comprehensive history for a specific task.
Returns aggregated task history including:
Status history: Timeline of status changes with timestamps and responsible users
Assignment history: Who worked on the task and when assignments changed
Milestones: Key deliverables and completion markers from comments and activities
Activity summary: Counts of comments, changes, status updates, assignments, and milestones
Examples: get_task_history(14677921) # Default 30-day history get_task_history(14677921, hours=168) # Last week only get_task_history(14677921,1 hours=24) # Last 24 hours
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The unique Productive task identifier (internal ID) | |
| hours | No | Number of hours to look back for activity history (default: 720 = 30 days) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||