Read a task's full activity timeline
get_task_activityRead the merged, newest-first activity timeline for a task: progress notes, comments, status changes, handoffs, artifacts and escalations. Use this when get_task's activity window (30 entries) isn't enough, or to filter to a single kind of entry. This is the shared surface teammates write to with add_progress_note and add_comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Entries per page. Default 50. | |
| types | No | Optional event types to include, e.g. ['progress_note','comment','status_changed']. | |
| offset | No | Skip this many entries for paging. | |
| task_id | Yes | Task id, or a pasted Tango task URL. |