---
title: "GET /shared/reports/{token}"
method: GET
path: "/shared/reports/{token}"
tags: ["Reports"]
---

# GET /shared/reports/{token}

`GET /shared/reports/{token}`

## Path parameters

- `token` string, required

## Response `200`

Shared report detail

- ReportDetailResponse
  - `data` ReportDetail, required
    - `accessReason` 'owned_by_me' | 'shared_with_me' | 'organization_access'
    - `createdAt` string, date-time, required
    - `draftVersionId` string
    - `framework` 'ghg_protocol' | 'csrd_esrs' | 'management', required
    - `id` string, required
    - `latestPublishedAt` string, date-time
    - `latestPublishedVersionId` string
    - `sourceOrganizationName` string
    - `template` 'executive_carbon_summary' | 'dashboard_snapshot_report', required
    - `title` string, required
    - `tone` 'conservative' | 'consultant' | 'executive_narrative', required
    - `updatedAt` string, date-time, required
    - `draft` object
    - `evidencePack` object
    - `validation` object
    - `versionId` string
    - `versionStatus` 'draft' | 'published' | 'archived'

## Other responses

- `404` — Not Found

---

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