---
title: "List Reports"
method: GET
path: "/reporting/v1/reports"
tags: ["Reports"]
---

# List Reports

`GET /reporting/v1/reports`

Returns the list of accessible reports for provided list of productIDs.

## Query parameters

- `productIDs` string

## Response `200`

Success

- GetReportsListResponse
  - `reports` Report[]
    - `reportID` string — The unique ID given for the report.
    - `reportName` string — The name of the report.
    - `reportDescription` string — The description of the report.
    - `productName` string — The name of the associated product.
    - `version` string — The version supported for the report. Example - v1

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
