---
title: "Reports"
method: GET
path: "/api/v2/Reports"
tags: ["Reports"]
---

# Reports

`GET /api/v2/Reports`

Get a specific report by invoking the following endpoint:

  > `GET https://YourAccount.lacework.net/api/v2/Reports?primaryQueryId={primaryQueryId}&secondaryQueryId={secondaryQueryId}&format={format}&reportType={reportType}&severity={severity}&status={status}`

  Examples: 

  > `GET https://YourAccount.lacework.net/api/v2/Reports?primaryQueryId=343523252&format=json&reportType=HIPAA&severity=critical,high,medium&status=Compliant,NonCompliant`

## Query parameters

- `primaryQueryId` string
- `secondaryQueryId` string
- `format` 'json' | 'pdf' | 'csv' | 'html'
- `reportType` 'AWS_CIS_14' | 'AZURE_CIS_1_5' | 'GCP_CIS13', required
- `severity` 'critical' | 'high' | 'medium' | 'low' | 'info'
- `status` 'Compliant' | 'NonCompliant' | 'Suppressed' | 'CouldNotAssess' | 'Manual'

## Headers

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

## Response `200`

No Error (List of Reports)

- object
  - `data` ReportsResponseSchema[]

## Other responses

- `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)
