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
Parameter | Description |
---|---|
Scan IDs | Filter 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
Preview this Workflow on desktop