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

# Download Wiki page attachment

`GET /wiki/page/attachment`

Streams a stored Wiki page attachment.

## 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 ..
- `name` string, required

## Response `200`

Attachment content

## Other responses

- `404` — Wiki page or attachment 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)
