---
title: "Show shared report"
method: GET
path: "/shared-report/report/{id}"
tags: ["Shared reports"]
---

# Show shared report

`GET /shared-report/report/{id}`

Returns the report's data. This operation is unauthenticated and keyed by the share token from the report's public 'url' — not by the 'id' UUID that GET /shared-report returns. The report definition (including the columns and time range the token was shared with) comes from GET /shared-report/{id}.

## Path parameters

- `id` string, required

## Query parameters

- `offset` integer
- `columns` string[]
- `limit` integer
- `sort` string
- `direction` 'ASC' | 'DESC'

## Response `200`

Standard report data.

---

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