---
title: "Get sheet publish status"
method: GET
path: "/sheets/{sheetId}/publish"
tags: ["sheets"]
---

# Get sheet publish status

`GET /sheets/{sheetId}/publish`

Gets the sheet's 'Publish' settings.

## Response `200`

OK

- SheetPublish — Describes the sheet's publish settings. Used as a request body to set publish status.
  - `readOnlyFullAccessibleBy` 'ALL' | 'ORG' | 'SHARED' — Indicates who can access the 'Read-Only Full' view of the published sheet: * ALL - available to anyone who has the link. * ORG - available only to members of the sheet owner's Smartsheet organization account. * SHARED - available only to users shared to the item. Only returned in the response if `readOnlyFullEnabled = true`.
  - `readOnlyFullDefaultView` 'CALENDAR' | 'CARD' | 'GRID' — Indicates which view the user has set for a read-only, default view of the published sheet. Must be one of the listed enum values.
  - `readOnlyFullEnabled` boolean — If `true`, a rich version of the sheet is published with the ability to download row attachments and discussions.
  - `readOnlyFullShowToolbar` boolean — Indicates whether the left nav toolbar is displayed. The default, or **true**, is to display the toolbar. If `false`, hides the toolbar.
  - `readOnlyLiteEnabled` boolean — If `true`, a lightweight version of the sheet is published without row attachments and discussions.
  - `readWriteAccessibleBy` 'ALL' | 'ORG' | 'SHARED' — Indicates who can access the 'Edit by Anyone' view of the published sheet: * ALL - available to anyone who has the link. * ORG - available only to members of the sheet owner's Smartsheet organization account. * SHARED - available only to users shared to the item. Only returned in the response if `readWriteEnabled = true`.
  - `readWriteDefaultView` 'CALENDAR' | 'CARD' | 'GRID' — Indicates which view the user has set for a read-write, default view of the published sheet. Must be one of the listed enum values.
  - `readWriteEnabled` boolean — If `true`,a rich version of the sheet is published with the ability to edit cells and manage attachments and discussions.
  - `readWriteShowToolbar` boolean — Indicates whether the left nav toolbar is displayed. The default, or **true**, is to display the toolbar. If **false**, hides the toolbar.

## 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)
