Skip to main content
Retrieve scan results for all scanners. A separate summary is returned for each scan.
External DocumentationTo learn more, visit the Checkmarx One documentation.

Basic Parameters

ParameterDescription
Exclude Result TypesSelect DEV_AND_TEST to exclude dev and test dependencies.
Return All PagesAutomatically fetch all resources, page by page.
Scan IDThe scan ID.
SeverityThe severity level to filter results by.
SortThe field to sort the results by.

* Use + for ascending order and - for descending order.
* The maximum number of fields to sort by is 3.
* Default: +severity, +status.
StateThe scan review status to filter results by.
StatusThe scan occurrence status to filter results by.

Advanced Parameters

ParameterDescription
LimitThe maximum number of items to return per page.
OffsetThe offset of the item at which to begin the response.

Example Output

{
	"value": {
		"results": [
			{
				"type": "sast",
				"id": "1bb31sbYSVLxEDzwTfnlVAtj/qg=",
				"similarityId": "-70323986",
				"status": "NEW",
				"state": "TO_VERIFY",
				"severity": "HIGH",
				"confidenceLevel": 0,
				"created": "2024-11-10T14:00:55Z",
				"firstFoundAt": "2024-11-10T13:36:04Z",
				"foundAt": "2024-11-10T14:00:55Z",
				"firstScanId": "a08b682b-a425-49cc-8503-d881102cfc50",
				"description": "The JWT is not properly verified at the decode in 12 at the file /packages/plugins/users-permissions/server/services/providers-registry.js.\n",
				"data": {
					"queryId": "5199072880887211000a",
					"queryName": "JWT_No_Signature_Verification",
					"group": "JavaScript_Server_Side_Vulnerabilities",
					"resultHash": "1bb31sbYSVLxEDzwTfnlVAtj/qg=",
					"languageName": "JavaScript",
					"nodes": [
						{
							"id": "eppp0lOl2xHFRv9NHXEsId7H9N0=",
							"line": 12,
							"name": "decode",
							"column": 11,
							"length": 6,
							"method": "Cx78ef2149",
							"nodeID": 199240,
							"domType": "MethodInvokeExpr",
							"fileName": "/packages/plugins/users-permissions/server/services/providers-registry.js",
							"fullName": "CxJSNS_55a30431.jwt.decode",
							"typeName": "decode",
							"methodLine": 8,
							"definitions": "0"
						}
					]
				},
				"comments": {},
				"vulnerabilityDetails": {
					"cweId": "CWE-287",
					"compliances": [
						"OWASP Top 10 2021",
						"OWASP Top 10 API",
						"SANS top 25",
						"ASA Premium",
						"CWE top 25",
						"MOIS(KISA) Secure Coding 2021",
						"OWASP ASVS"
					]
				}
			}
		],
		"totalCount": 1
	}
}

Workflow Library Example

Retrieve Scan Results for All Scanners with Checkmarx One and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop