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

# Get report embed

`GET /insights/report/{reportId}/embed`

Gets the embed URL and access token for a report.

## Path parameters

- `reportId` string, uuid, required

## Response `200`

OK

- InsightsReportEmbedModel — Represents a url and access token to embed the report.
  - `Url` string — The url to embed the report.
  - `AccessToken` string — The access token to embed the report.
  - `ExpirationDate` string, date-time — The expiration date of the access token.

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