---
title: "Track Container Scan Status"
method: GET
path: "/api/v2/Vulnerabilities/Containers/scan/{requestId}"
tags: ["Vulnerabilities"]
---

# Track Container Scan Status

`GET /api/v2/Vulnerabilities/Containers/scan/{requestId}`

Track the progress and return data about an on-demand vulnerability scan that was started by calling the `POST /api/v2/Vulnerabilities/Containers/scan` operation. You must pass in the unique request id returned in the response of the POST Vulnerabilities/Containers/scan operation. For example, 

 > `GET https://YourAccount.lacework.net/api/v2/Vulnerabilities/Containers/scan/abcdefgh-123...`  

 When completed, the scan operation returns an `evalGuid`, which you can use to get the results of the scan by passing it to the "Search Container Vulnerabilities" endpoint: 

  > `POST https://YourAccount.lacework.net/api/v2/Vulnerabilities/Containers/search`  

 Pass the `evalGuid` in the request body, for example: 

 > `{ "timeFilter": { "startTime": "2021-08-28T20:30:00Z", "endTime": "2021-08-28T22:30:00Z"},` 
 `"filters": [ { "field": "evalGuid", "expression": "eq", "value": "1234567a89012b34567890123cd56e78" } ] }`

## Path parameters

- `requestId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

No Error (Request Status)

- object
  - `data` object
    - `status` 'scanning' | 'completed'
    - `evalGuid` string — This field is returned when the scan status is `completed`, and can be used to get the results of the scan operation.

## Other responses

- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.dev/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.dev/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
