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

# Get sheet version

`GET /sheets/{sheetId}/version`

Gets the sheet version without loading the entire sheet.
The following actions increment sheet version:
* add/modify cell value
* add/modify discussion/comment
* add/modify row
* add/remove/update version attachment
* cell updated via cell link
* change formatting

## Response `200`

OK

- SheetVersion
  - `version` number — A number that represents the current sheet version.

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