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

---

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