---
title: "Retrieve the relationship to the supplemental node of the preprint"
method: GET
path: "/preprints/{preprint_id}/relationships/node/"
tags: ["Preprints"]
---

# Retrieve the relationship to the supplemental node of the preprint

`GET /preprints/{preprint_id}/relationships/node/`

Retrieve a relationship object that points to the supplemental node associated with this preprint.
#### Permissions
 - Public preprints will return their supplemental node if it exists.
 - Private preprints require the user to have read access.

## Path parameters

- `preprint_id` string, required

## Response `200`

Successful retrieval of the node relationship.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view the supplemental node.
- `404` — Not Found. No preprint 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/revisions/ca701048eb0d/schema)
