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

# List Registrations Linking to a Node

`GET /nodes/{node_id}/linked_by_registrations/`

Retrieve a list of registrations that have created links to the specified node.
#### Permissions
 - Public registrations are visible to everyone.
 - Registrations with restricted visibility require appropriate permissions to access.
 - The authenticated user must have read access to see restricted registrations linking to this node.

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

## Path parameters

- `node_id` string, required

## Query parameters

- `page` integer
- `filter` string
- `sort` string

## Response `200`

A paginated list of registrations linking to the node.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view registrations 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)
