Platform API 3.0
//Get Scan
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": { "uuid": "string", "name": "string", "engine": "UNIFIED", "status": "RUNNING", "projectId": 0, "productId": 0, "domainId": 0, "projectUuid": "string", "processUuid": "string", "hasViolations": true, "startTime": "2019-08-24T14:15:22Z", "endTime": "2019-08-24T14:15:22Z", "lastModified": "2019-08-24T14:15:22Z", "configurationName": "string", "reference": "string", "triggeredBy": "string", "agentInfo": { … }, "progress": { … } } }