Fix timeline
get_fix_timelineRetrieve the ordered lifecycle events (dispatched, started, branch, commit, PR opened, CI, completed/failed) of a fix attempt with timestamps and PR URL to debug why a fix failed.
Instructions
Return the ordered lifecycle of one fix attempt: dispatched, started, branch, commit, PR opened, CI, completed/failed, with timestamps and the PR URL. Returns { events: [{ ts, stage, detail }] }. Read-only. Use to debug "why did this fix fail?" after dispatch_fix; use refresh_ci to re-poll GitHub CI, or get_report_timeline for the whole report thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixId | Yes | fix_attempt UUID | |
| project_id | No | Project UUID — required for org-scoped keys with multiple projects. |