---
title: "Get revisions of a wiki page"
method: GET
path: "/repos/{owner}/{repo}/wiki/revisions/{pageName}"
tags: ["repository"]
---

# Get revisions of a wiki page

`GET /repos/{owner}/{repo}/wiki/revisions/{pageName}`

## Path parameters

- `owner` string, required
- `repo` string, required
- `pageName` string, required

## Query parameters

- `page` integer

## Response `200`

WikiCommitList

- WikiCommitList — WikiCommitList commit/revision list
  - `commits` WikiCommit[] — The list of wiki commits
    - `author` CommitUser
      - `date` string — Date is the commit date in string format
      - `email` string, email — Email is the person's email address
      - `name` string — Name is the person's name
    - `commiter` CommitUser
      - `date` string — Date is the commit date in string format
      - `email` string, email — Email is the person's email address
      - `name` string — Name is the person's name
    - `message` string — The commit message
    - `sha` string — The commit SHA hash
  - `count` integer — The total count of commits

## Other responses

- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
