Report detail
get_report_detailRetrieve the complete record of a bug report by ID, including description, console logs, network requests, screenshot, classification, and fix history.
Instructions
Fetch the full record for one bug report by id: description, console logs, network requests, screenshot URL, classification (stage 1/2), and fix history. Returns { report }. Read-only. Use when you have a reportId and need everything about it; for evidence only use get_report_evidence, for the activity thread use get_report_timeline, for a one-call fix bundle use get_fix_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report UUID | |
| project_id | No | Project UUID — required for org-scoped keys with multiple projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes |