Skip to main content

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.

Retrieve a list of all the open issue groups in your account.
External DocumentationTo learn more, visit the Aikido documentation.

Parameters

ParameterDescription
Code Repo IDThe code repo ID to filter the issues by. Can be obtained using the List Code Repos action.
Code Repo NameThe repository name to filter results by. Can be obtained using the List Code Repos action.
Container Repo IDThe container repository ID to filter the issue groups by.
External Code Repo IDThe external code repository ID to filter the issue groups by. Can be obtained using the List Code Repos action.
Issue TypeSelect the issue type to filter by.
PageThe page number to retrieve. Starting at 0.
Per PageThe maximum number of items to retrieve per page. Valid range is 10 to 20.
Return All PagesAutomatically fetch all resources, page by page.
StatusSelect the status of the issues to filter by.
Team IDThe ID of the team associated with the issues to filter the issues by. Can be obtained using the List Teams action.

Example Output

[
	{
		"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
Workflow LibraryPreview this Workflow on desktop