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

## Changes

- **2026-08-11** `398aef013538` — 1 breaking
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`

[Change history](https://skmtc.dev/voluum/apis/voluum-api/changes/shared-report/:id/get.md)

---

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