v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList notes for issue group
List notes for an issue group
get/issues/groups/{issue_group_id}/notes
Path parameters
issue_group_idinteger required
The id of the issue group
Query parameters
include_personal_notesboolean
Whether to include personal notes. Default is false
Response
The notes for the issue group have been successfully listed
Example response
{
"id": 1,
"note": "Note added via public API",
"cve_id": "CVE-2026-12345",
"created_by_id": -1,
"created_by_name": "Public API",
"created_at": 1751638869
}