---
title: "Track Inventory Scan Status"
method: GET
path: "/api/v2/Inventory/scan"
tags: ["Inventory"]
---

# Track Inventory Scan Status

`GET /api/v2/Inventory/scan`

Check the status of a [resource scan](https://docs.fortinet.com/document/forticnapp/latest/administration-guide/744719/resource-inventory). A resource scan may take an hour or more to complete. This endpoint lets you check the progress of a running scan. 

  Usage Example: 

  > `curl -X GET -H 'Content-Type: application/json'  "https://YourAccount.lacework .net/api/v2/Inventory/scan?csp=AWS"  -H "Authorization: Bearer YourAPIToken"`

## Query parameters

- `csp` 'AWS' | 'GCP' | 'Azure', required

## Headers

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

## Response `200`

No Error (Scan status)

- object
  - `data` object
    - `status` string
    - `details` string

## Other responses

- `204` — No Data
- `4XX` — Client Error
- `5XX` — Internal Server Error

---

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