---
title: "Get authorized reports"
method: GET
path: "/reports"
tags: ["reports"]
---

# Get authorized reports

`GET /reports`

A super user is authorized to access all the reports. Attempts to access reports by a non super user will result in 403 Forbidden.

## Response `200`

The call was successful.

- ReportIdentity[]
  - `href` string — A reference to this report.
  - `account` string — The account who owns this report.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
