v1
latestOpenAPI 3.1.02026-07-261690320.7 KBGet issue details bulk
Returns the details of multiple issues. This feature needs to be enabled by Aikido support before it can be used.
get/issues/detail/bulk
Query parameters
issue_idsstring required
Comma separated list of issue ids. Maximum 100 issue ids can be provided at once.
include_epss_scoreboolean
Optional flag to include the EPSS score. Default is 'false'. Only available for Pro and Scale workspaces
Response
An array of issues
Example response
[
{
"id": 1,
"group_id": 1,
"attack_surface": "backend",
"status": "open",
"severity": "critical",
"severity_score": 90,
"cve_id": "AIKIDO-2020-123",
"cve_id_alias": "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,
"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
},
"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"
},
{
"kind": "auto_ignore",
"reason": "Dependency not used in production"
},
{
"kind": "rule_ignore",
"reason": "Path starts with examples/ in repo-1"
},
{
"kind": "api_ignore",
"reason": "Ignored via API"
}
],
"programming_language": "JS"
}
]