---
title: "POST /reports/{id}/export/pdf"
method: POST
path: "/reports/{id}/export/pdf"
tags: ["Reports"]
---

# POST /reports/{id}/export/pdf

`POST /reports/{id}/export/pdf`

## Path parameters

- `id` string, required

## Response `200`

PDF export

- ExportResponse
  - `data` object, required
    - `contentBase64` string
    - `downloadUrl` string
  - `meta` object

## Other responses

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