v1
latestOpenAPI 3.1.02026-07-261690320.7 KBGet issue group detail
Returns the details of an issue group
get/issues/groups/{issue_group_id}
Path parameters
issue_group_idinteger required
The unique ID of the issue group
Response
An issue group
Example response
{
"id": 24,
"type": "open_source",
"title": "firefox-esr",
"description": "Attacker can trigger memory corruption leading to crash or remote code execution",
"time_to_fix_minutes": 30,
"group_status": "new",
"priority": 90,
"severity": "critical",
"locations": [
{
"id": 1,
"name": "REST API service",
"type": "code_repository"
},
{
"id": 1,
"name": "Cloud infrastructure",
"type": "cloud"
},
{
"id": 1,
"name": "pied-piper/rest-api",
"type": "container_repository"
}
],
"how_to_fix": "You can fix this issue by ...",
"related_cve_ids": [
"CVE-2024-8385",
"CVE-2024-8381",
"CVE-2024-8381"
]
}