---
title: "Gets a report's publish settings"
method: GET
path: "/reports/{reportId}/publish"
tags: ["reports"]
---

# Gets a report's publish settings

`GET /reports/{reportId}/publish`

Get a Report's publish settings based on the specified ID

## Response `200`

The Report's publish settings

- ReportPublish
  - `readOnlyFullAccessibleBy` string — Indicates who can access the 'Read-Only Full' view of the published report: * If **ALL**, it is available to anyone who has the link. * If **ORG**, it is available only to members of the report owner's Smartsheet organization account. * If **SHARED**, it is available only to users shared to the item. Only returned in a response if **readOnlyFullEnabled** = **true**.
  - `readOnlyFullDefaultView` string — Indicates which view the user has set for a read-only, default view of the published report. Must be one of the following values: **CALENDAR**, **CARD**, or **GRID**.
  - `readOnlyFullEnabled` boolean — (Required) If **true**, a rich version of the report is published with the ability to download row attachments and discussions.
  - `readOnlyFullShowToolbar` boolean — **Deprecated** Indicates whether the left nav toolbar is displayed. The default, or **true**, is to display the toolbar. If **false**, hides the toolbar.
  - `readOnlyFullUrl` string — URL for 'Read-Only Full' view of the published report. Only returned in a response if **readOnlyFullEnabled** = **true**.

## Other responses

- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
