Platform API 3.0
//Get Scan Summary
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/summary' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": { "uuid": "string", "name": "string", "processUuid": "string", "scanTime": "2019-08-24T14:15:22Z", "scanStatus": "string", "engine": "UNIFIED", "scanMode": "baseline", "scanDuration": "string", "configurationName": "string", "reference": "string", "triggeredBy": "string", "agentName": "string", "agentVersion": "string", "supportToken": "string", "projectName": "string", "projectUuid": "string", "tags": [ … ], "applicationName": "string", "applicationUuid": "string", "workflowUuids": [ … ], "workflowNames": [ … ], "statistics": { … } } }