---
title: "Get issue group detail"
method: GET
path: "/issues/groups/{issue_group_id}"
---

# Get issue group detail

`GET /issues/groups/{issue_group_id}`

Returns the details of an issue group

## Path parameters

- `issue_group_id` integer, required

## Response `200`

An issue group

- object
  - `id` integer, required — The issue group ID.
  - `title` string, required — A human readable title for this issue group.
  - `description` string, nullable, required — A small description of this issue.
  - `type` 'open_source' | 'leaked_secret' | 'cloud' | 'iac' | 'sast' | 'surface_monitoring' | 'malware' | 'eol' | 'scm_security' | 'ai_pentest' | 'license', required — The type of issues in this group.
  - `severity_score` integer, required — A number indicating the importance of the vulnerability, this is based on all of the open issues for the issue group
  - `severity` 'critical' | 'high' | 'medium' | 'low', required — A human friendly version of the issue's importance, this is based on all of the open issues for the issue group
  - `group_status` 'new' | 'todo' | 'task_open' | 'task_closed' | 'pull_request_open', required — The current status of the issue group.
  - `time_to_fix_minutes` integer, required — The estimated time in minutes that it will take to fix this issue
  - `locations` object[], required — A list of locations where this issue was found. A vulnerability can be found in multiple types of locations eg: when a container is linked to a code repository, any vulnerabilities found in that container, will also have that code repository listed as location.
    - `id` integer, required — The ID of the location in Aikido.
    - `name` string, required — The name of the location.
    - `type` 'cloud' | 'code_repo' | 'container_repo', required — The type of location.
  - `how_to_fix` string — A string explaining how to fix the issue
  - `related_cve_ids` string[] — A list of CVE id's related to this issue group.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
