---
title: "List notes for issue group"
method: GET
path: "/issues/groups/{issue_group_id}/notes"
---

# List notes for issue group

`GET /issues/groups/{issue_group_id}/notes`

List notes for an issue group

## Path parameters

- `issue_group_id` integer, required

## Query parameters

- `include_personal_notes` boolean

## Response `200`

The notes for the issue group have been successfully listed

- object
  - `id` integer — the ID of the note
  - `note` string — the content of the note
  - `cve_id` string — the CVE ID related to the note. When the not is not related to a CVE, this is null
  - `created_by_id` integer — the ID of the user who created the note. When the note was created via the public API, this is -1
  - `created_by_name` string — the name of the user who created the note. When the note was created via the public API, this is 'Public API'
  - `created_at` integer — the timestamp of the note creation

## Other responses

- `400` — One or more of the provided fields are invalid.

---

[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)
