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

# List Wiki page backlinks

`GET /wiki/backlinks`

Returns Wiki pages whose wiki links resolve to the given target.
The target is a Wiki page path, or a scheme-prefixed wiki-link target
such as dag:name.

## Query parameters

- `remoteNode` string
- `workspace` string
- `target` string, required

## Response `200`

Wiki pages linking to the target

- WikiPageBacklinksResponse — Wiki pages linking to a wiki-link target
  - `items` WikiPageMetadataResponse[], required
    - `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.
    - `modifiedAt` string, date-time — Last modification time of the Wiki page file

## Other responses

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