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.

Get the details of an issue by its ID.
External DocumentationTo learn more, visit the Aikido documentation.

Parameters

ParameterDescription
Include EPSS ScoreSelect to include the EPSS score in the response.

Note: The parameter can only be used by accounts on Pro or Scale workspace tiers.
Issue IDThe ID of the issue to retrieve. Can be obtained using the List Issues action.

Example Output

{
	"id": 1,
	"group_id": 1,
	"attack_surface": "backend",
	"status": "open",
	"severity": "critical",
	"severity_score": 90,
	"cve_id": "CVE-2020-7598",
	"type": "open_source",
	"rule": "SQL injection",
	"affected_package": "minimist",
	"affected_file": "index.php",
	"first_detected_at": 1700489005,
	"code_repo_name": "test-service",
	"code_repo_id": 1,
	"container_repo_id": 1,
	"container_repo_name": "aikido/test-service",
	"domain_id": 4,
	"domain_name": "https://aikido.dev",
	"virtual_machine_id": 13,
	"virtual_machine_name": "aikido-demo-env",
	"sla_remediate_by": 1700924603,
	"ignored_at": null,
	"closed_at": null,
	"how_to_fix": "Upgrade package minimist to ...",
	"reachability_status": "reachable",
	"issue_type_metadata": {
		"open_source": {
			"installed_version": "4.2.0",
			"patched_versions": [
				"4.2.6"
			]
		},
		"sast": {
			"start_line": 69,
			"end_line": 73
		},
		"cloud": {
			"resource_id": "arn:aws:elasticloadbalancing:eu-west-1:123456789012:loadbalancer/app/awseb--AWSEB-ABcdefg1hIj2/345kl6mn7o8pqrstu",
			"resource_name": "awseb--AWSEB-ABcdefg1hIj2",
			"resource_kind": "aws_load_balancer"
		},
		"leaked_secret": {
			"commit": "nvr9onnag1veuupnever9onnal3tud0wn",
			"line": 10
		},
		"surface_monitoring": {
			"cve_id": "CVE-2025-3573",
			"package_name": "jquery-validation",
			"package_version": "1.19.5",
			"domain_target_url": "https://aikido.dev/api/routeTest",
			"evidence": null,
			"evidence_description": null
		}
	},
	"snooze_until": null,
	"snooze_reason": "",
	"ignore_reasons": [
		{
			"kind": "manual_ignore",
			"reason": "Marked as false positive"
		}
	],
	"programming_language": "JS"
}

Workflow Library Example

Get Issue with Aikido and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop