List reports to triage
list_org_reportsList security reports for your organisation's programmes with filters for status, severity, assignment, and text search.
Instructions
Reports submitted to the programmes of organisations the signed-in user belongs to — only organisations that enabled AI triage access — newest first. Filter by programme, status, severity, assigned triager or text; e.g. status NEW for the untriaged queue. Never includes the user’s own reports as a researcher (a page can hold fewer than limit). Call get_org_report for one report.
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. | |
| assignedTriageId | No | Only reports assigned to this triager (user id). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| reports | No | ||
| nextOffset | No | Next page’s `offset`; null on the last page. |