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

# POST /reports/{id}/publish

`POST /reports/{id}/publish`

## Path parameters

- `id` string, required

## Response `200`

Published report

- 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

- `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/4fccdcaa5e57/schema)
