---
title: "List Spreadsheet Versions"
method: GET
path: "/api/v1/spreadsheets/{spreadsheet_id}/versions"
tags: ["spreadsheets"]
---

# List Spreadsheet Versions

`GET /api/v1/spreadsheets/{spreadsheet_id}/versions`

The versions worth offering, newest first, with who wrote each.

Checkpoints, by the artifact's own rule — the same function a doc's history
uses, so the two can never be numbered differently.

## Path parameters

- `spreadsheet_id` string, uuid, required

## Response `200`

Successful Response

- DocVersionSummary[]
  - `version_number` integer, required
  - `ordinal` integer, required
  - `created_by` 'agent' | 'user', required
  - `created_by_user_id` string, uuid, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `403` — Error
- `404` — Error
- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-20** `dabff0d3c9ff` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/spreadsheets/:spreadsheet_id/versions/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/dabff0d3c9ff?raw)
