GET
/
project
/
{projectId}
/
scan
/
{scanId}
Get a scan by ID
curl --request GET \
  --url https://app-preprod.cybedefend.com/project/{projectId}/scan/{scanId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "state": "queued",
  "language": [
    "<string>"
  ],
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "private": true,
  "initializerUserId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "scanType": "<string>",
  "startTime": "2023-11-07T05:31:56Z",
  "endTime": "2023-11-07T05:31:56Z",
  "containers": [
    [
      {}
    ]
  ],
  "progress": 123,
  "step": "<string>",
  "vulnerabilityDetected": 123
}

Path Parameters

scanId
string
required
projectId
string
required

Response

200
application/json

Scan found

The response is of type object.