---
title: "GET /reports/{id}/access"
method: GET
path: "/reports/{id}/access"
tags: ["Reports"]
---

# GET /reports/{id}/access

`GET /reports/{id}/access`

## Path parameters

- `id` string, required

## Response `200`

Report access grants

- ReportAccessGrantListResponse
  - `data` object, required
    - `items` ReportAccessGrant[], required
      - `createdAt` string, date-time, required
      - `id` string, required
      - `reportId` string, required
      - `role` 'report:viewer' | 'report:reviewer' | 'report:editor', required
      - `userId` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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)
