Fix timeline
get_fix_timelineRetrieve the ordered timeline of a fix attempt, from dispatch to completion or failure, with timestamps and PR URL. Debug why a fix failed after dispatch.
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. |