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

# Get Wiki page

`GET /wiki/page`

Returns a single Wiki page by path.

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

Wiki page details

- WikiPageResponse — Full Wiki page with content
  - `id` string, required
  - `title` string, required
  - `description` string, required — Short Wiki page description from YAML frontmatter
  - `tags` string[] — Wiki page tags from YAML frontmatter
  - `workspace` string — Workspace that owns this Wiki page. Omitted for default Wiki pages.
  - `content` string, required — Full file content including YAML frontmatter
  - `createdAt` string, date-time — RFC3339 timestamp when the Wiki page was created
  - `updatedAt` string, date-time — RFC3339 timestamp when the Wiki page was last updated

## Other responses

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

## Changes

- **2026-08-09** (v1) `2028575dfe99` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/wiki/page/get.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc.dev/dagucloud/apis/dagu/revisions/93cc41f2018a?raw)
