List my vulnerability reports
list_my_reportsList your submitted vulnerability reports, newest first, with filters for programme, status, severity, or text to see their current status and claimed severity.
Instructions
Vulnerability reports the signed-in researcher submitted, newest first, with status and claimed severity. Filter by programme, status, severity or text. Call get_report with an id for the full report, its comments, status history, adjudication and appeals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1–50). | |
| query | No | Text to look for in titles and descriptions. | |
| offset | No | Results to skip. | |
| status | No | Only reports in this status. | |
| severity | No | Only reports with this claimed severity. | |
| programId | No | Only reports on this programme. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| reports | No | ||
| nextOffset | No | Next page’s `offset`; null on the last page. |