Unified report timeline
get_report_timelineRetrieve the activity timeline for one bug report, merging reporter comments, fix events, QA runs, and skill steps into a single chronological view. Use it to understand the entire thread from start to finish.
Instructions
Return the ordered activity timeline for one report (oldest to newest), merging reporter comments, fix events, QA runs, skill-pipeline steps, and Ask Mushi turns into one lane. Returns { events: [{ ts, kind, actor, summary }] }. Read-only. Use to see what happened end-to-end on a report thread; use get_report_detail for the static record or get_fix_timeline to debug one fix attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report UUID |