Look up triage status by report id
Return Neo triage status for one or more reports in your team. Pass either external_id (single) or external_ids (up to 20). Do not combine both. The response always includes a results array. A single unknown id returns 404; in bulk requests, unknown ids appear as null entries.
Authorizations
JWT authentication token
Query Parameters
Report source — HackerOne, GitHub, or Security Inbox (Gmail)
hackerone, github, gmail One report id (HackerOne report id, GitHub security advisory id, or Gmail thread id). Do not combine with external_ids.
1Up to 20 report ids. Do not combine with external_id.
201Optional scope hint when disambiguating a match — program handle, GitHub owner/repo, or mailbox email.
Response
Triage status for the requested report id(s)

