> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Open Issue Groups

Retrieve a list of all the open issue groups in your account.

<Note>
  External Documentation

  To learn more, visit the [Aikido documentation](https://apidocs.aikido.dev/reference/listopenissuegroups).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                           |
  | --------------------- | --------------------------------------------------------------------------------------------------------------------- |
  | Code Repo ID          | The code repo ID to filter the issues by. Can be obtained using the `List Code Repos` action.                         |
  | Code Repo Name        | The repository name to filter results by. Can be obtained using the `List Code Repos` action.                         |
  | Container Repo ID     | The container repository ID to filter the issue groups by.                                                            |
  | External Code Repo ID | The external code repository ID to filter the issue groups by. Can be obtained using the `List Code Repos` action.    |
  | Issue Type            | Select the issue type to filter by.                                                                                   |
  | Page                  | The page number to retrieve. Starting at `0`.                                                                         |
  | Per Page              | The maximum number of items to retrieve per page. Valid range is `10` to `20`.                                        |
  | Return All Pages      | Automatically fetch all resources, page by page.                                                                      |
  | Status                | Select the status of the issues to filter by.                                                                         |
  | Team ID               | The ID of the team associated with the issues to filter the issues by. Can be obtained using the `List Teams` action. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"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"
			}
		],
		"how_to_fix": "You can fix this issue by",
		"related_cve_ids": [
			"CVE-2024-8385"
		]
	}
]
```

## Workflow Library Example

[List Open Issue Groups with Aikido and Send Results Via Email](https://library.blinkops.com/workflows/list-open-issue-groups-with-aikido-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-open-issue-groups-with-aikido-and-send-results-via-email/canvas" />
</div>
