---
title: "List Wiki page revisions"
method: GET
path: "/wiki/page/revisions"
tags: ["wiki"]
---

# List Wiki page revisions

`GET /wiki/page/revisions`

Returns stored prior versions of a Wiki page, newest first, without content.

## Query parameters

- `remoteNode` string
- `workspace` string
- `path` string, required — Relative Wiki page path without extension, for example runbooks/deploy-guide. Must not start with / or contain ..

## Response `200`

Stored revisions

- WikiPageRevisionsResponse — Stored revisions of a Wiki page, newest first
  - `revisions` WikiPageRevisionResponse[], required
    - `rev` string, required — Opaque revision identifier
    - `savedAt` string, date-time, required — When the revision was stored
    - `size` integer, required — Revision content size in bytes
    - `content` string — Revision content. Present only when fetching a single revision.

## Other responses

- `404` — Wiki page not found
- `default` — Unexpected error

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
