# Notes:versions

**Page:** api/notes-versions

[Download Raw Markdown](./api/notes-versions.md)

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/versions` — List document versions
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/versions` — Create a document version snapshot
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/versions/{versionId}` — Get a specific document version
- **DELETE** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/versions/{versionId}` — Delete a document version
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/versions/{versionId}/restore` — Restore a document version

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```