Skip to main content
Get an aggregated SAST results summary for the specified scan.
External DocumentationTo learn more, visit the Checkmarx One documentation.

Basic Parameters

ParameterDescription
Apply PredicatesSelect to consider predicate changes rather than raw predicate values.
First Found AtA timestamp indicating when the item was first detected to filter by.

Note: This should be used with the First Found At Operation parameter.
First Found At OperationThe comparison operator to apply when filtering using the First Found At parameter.
Group By FieldGroup the results by specific fields.
LanguageA comma-separated list of languages to filter results by.

Note: Use an exact match, the comparison is case-insensitive.
NotesLast notes content used to filter results by.

Note: This should be used with the Notes Operation parameter.
Notes OperationThe comparison operator to apply when filtering by the Notes parameter.
Return All PagesAutomatically fetch all resources, page by page.
Scan IDThe scan ID.
SeverityThe severity level to filter results by.

Advanced Parameters

ParameterDescription
Correlation IDA unique identifier used to track a single request across multiple services.
LimitThe maximum number of items to return per page.
Number Of NodesThe number of nodes to filter results by.

Note: This should be used with the Number Of Nodes Operation parameter.
Number Of Nodes OperationThe comparison operator to use when filtering by the Number Of Nodes parameter.
OffsetThe offset of the item at which to begin the response.
Preset IDThe preset ID to filter results by.
Query IDsA comma-separated list of query IDs to filter results by.
Result IDsA comma-separated list of unique result IDs to filter the results by.
Sink File NameThe sink file name to filter results by.

Note: This should be used with the Sink File Name Operation parameter.
Sink File Name OperationSpecify the operator applied when filtering results by the Sink File Name parameter.
Sink LineThe sink line to filter results by.

Note: This should be used with the Sink Line Operation parameter.
Sink Line OperationThe comparison operator to use when filtering by the Sink Line parameter.
Sink NodeThe sink node to filter results by.

Note: This should be used with the Sink Node Operation parameter.
Sink Node OperationThe comparison operator to use when filtering results by the Sink Node parameter.
Source FileThe source file to filter results by.

Note: This should be used with the Source File Operation parameter.
Source File OperationThe comparison operator to use when filtering results by the Source File parameter.
Source LineThe source line to filter results by.

Note: This should be used with the Source Line Operation parameter.
Source Line OperationThe comparison operator to use when filtering results by the Source Line parameter.
Source NodeThe source node to filter results by.

Note: This should be used with the Source Node Operation parameter.
Source Node OperationThe comparison operator to use when filtering results by the Source Node parameter.
StatusThe status to filter results by.

Example Output

{
	"summaries": [
		{
			"queryID": "729519850006803664",
			"queryName": "Missing_CSP_Header",
			"severity": "LOW",
			"count": 1
		},
		{
			"queryID": "3339566533927886347",
			"queryName": "Client_JQuery_Deprecated_Symbols",
			"severity": "LOW",
			"count": 4
		}
	],
	"totalCount": 2
}

Workflow Library Example

Get Scan Summary with Checkmarx One and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop