---
title: "List Node Links for a Registration"
method: GET
path: "/registrations/{registration_id}/node_links/"
tags: ["Registrations"]
---

# List Node Links for a Registration

`GET /registrations/{registration_id}/node_links/`

Retrieve a list of node links (linked nodes) associated with a specific registration.
Node links are references from the registration to other nodes (projects or components).   They allow users to create a relationship between a registration and other nodes within OSF.
#### Permissions
 - Public registrations expose their node links publicly.
 - Private registrations require read access to view node links.

#### Returns
 - A JSON object containing a `data` array with node link resources.

## Path parameters

- `registration_id` string, required

## Response `200`

Successful retrieval of node links for the specified registration.

## Other responses

- `401` — Unauthorized. Authentication is required to access this resource.
- `403` — Forbidden. You do not have permission to view node links for this registration.
- `404` — Not Found. No registration 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)
