Get one of my reports
get_reportRetrieve a full bug bounty report including comments, status history, severity grade, CVSS, reward, reasoning, appeals, and optional disclosure draft.
Instructions
One of the signed-in researcher’s own reports, in full: the report, public comments, status history, the grade in force (severity, CVSS, reward and reasoning, and which side graded it: the organisation, or BugSecure as the neutral third party) and any appeals. raise_appeal needs the grade’s id. Comments and status changes come a page at a time (historyOffset). For reports submitted to your organisation, use get_org_report. With disclosures:write, also its public disclosure draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullText | No | Return long text fields whole, not cut at 20,000 characters. | |
| reportId | Yes | Report id (from list_my_reports or search). | |
| historyOffset | No | Skip this many of the newest comments and status changes, to page back through older ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | No | ||
| appeals | No | ||
| history | No | Up to 20 of each, newest first, shown oldest first. | |
| comments | No | ||
| disclosure | No | Null without disclosures:write, or if not disclosable. | |
| transitions | No | ||
| adjudication | No | The grade in force; null until graded. |