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

# Get shared report

`GET /shared-report/{id}`

Returns a shared report's definition, including its public 'url'. To read the report's data or export it as CSV, call /shared-report/report/{id} with the share token from that 'url' — those operations do not accept the UUID used here.

## Path parameters

- `id` string, uuid, required

## Response `200`

Shared report response

---

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