---
title: "List Nodes Linking to a Node"
method: GET
path: "/nodes/{node_id}/linked_by_nodes/"
tags: ["Nodes"]
---

# List Nodes Linking to a Node

`GET /nodes/{node_id}/linked_by_nodes/`

Retrieve a list of nodes that link to the specified node.
#### Permissions
 - Public nodes are visible to everyone.
 - Private nodes require appropriate permissions to access.
 - The authenticated user must have read access to see restricted nodes linking to this node.

#### Returns
 - A paginated list of nodes that link to the specified node.

## Path parameters

- `node_id` string, required

## Response `200`

A paginated list of nodes linking to the specified node.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view nodes linking to this node.
- `404` — Not Found. No node matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
