---
title: "Get all wiki pages"
method: GET
path: "/repos/{owner}/{repo}/wiki/pages"
tags: ["repository"]
---

# Get all wiki pages

`GET /repos/{owner}/{repo}/wiki/pages`

## Path parameters

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

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

WikiPageList

- WikiPageMetaData[]
  - `html_url` string — The HTML URL to view the wiki page
  - `last_commit` WikiCommit — WikiCommit page commit/revision
    - `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
  - `sub_url` string — The sub URL path for the wiki page
  - `title` string — The title of the wiki page

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