v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList PR Check Manual Actions
Returns all manual ignores or snoozes actions taken on issues flagged in PRs
get/report/ciScans/issueActions
Query parameters
pageinteger
Pagination parameter, starts at 0.
per_pageinteger
Amount of items returned
Response
A list of ignored and snoozed PR check issues
Example response
[
{
"id": 1,
"reason": "False positive",
"timestamp": 1751595600,
"user_id": 42,
"user_name": "Dylan Doe",
"type": "ignored",
"snooze_until_timestamp": null,
"issue_metadata": {
"cve_id": "AIKIDO-2026-724213",
"target_path": "package-lock.json",
"package_name": "hono",
"related_type": "open_source"
}
},
{
"id": 2,
"reason": "Will fix in next release",
"timestamp": 1751682000,
"user_id": 7,
"user_name": "Sugman Utz",
"type": "snoozed",
"snooze_until_timestamp": 1752286800,
"issue_metadata": {
"file": "src/phpinfo.php",
"rule_id": "AIK_phpinfo-use",
"start_line": 42,
"end_line": 42,
"related_type": "sast"
}
}
]