---
title: "Get a specified report or array of sectioned report HREFs"
method: GET
path: "/reports/{id}"
tags: ["reports"]
---

# Get a specified report or array of sectioned report HREFs

`GET /reports/{id}`

Entitlement administrators and super users are authorized access to all system-level reports. Otherwise, users can only access the reports in their account. Attempts to access report by a non super user will result in 403 Forbidden.

## Path parameters

- `id` string, required

## Response `200`

The call was successful.

- union
  - Report — The current state of a report.
    - `href` string — A reference to this report.
    - `account` string — The account who owns this report.
    - `elements` object[] — Content of the report.
    - `updated` string — An iso8601 formatted timestamp
  - object
    - `schema` string
    - `sections` object[] — Available sections of the given report
      - `name` string
      - `href` string — The endpoint resource identifier for a sectioned 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)
