---
title: "Get report"
method: GET
path: "/insights/report/{reportId}"
tags: ["Reporting & insights"]
---

# Get report

`GET /insights/report/{reportId}`

Returns the report that is available to be viewed by embedding it.

## Path parameters

- `reportId` string, uuid, required

## Response `200`

OK

- InsightsReportModel — Represents a report.
  - `Id` string, uuid — ID of the report.
  - `Name` string — Name of the report.
  - `Description` string — A description of what the report is all about.

## Other responses

- `404` — Report not found

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
