Skip to main content

Retrieve Scan Status Summary

Get details about a specific scan, including the current status of the scan.

External Documentation

To learn more, visit the Checkmarx One documentation.

Parameters

ParameterDescription
Scan IDsFilter results by scan IDs. Only exact matches are returned. You can obtain the IDs by running the Retrieve List Of Scans action.

Example Output

{
"Status": {
"Completed": 7,
"Partial": 1
}
}

Workflow Library Example

Retrieve Scan Status Summary with Checkmarx One and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop