---
title: "List Related Resources for a Registration"
method: GET
path: "/registrations/{registration_id}/resources/"
tags: ["Registrations", "Resources"]
---

# List Related Resources for a Registration

`GET /registrations/{registration_id}/resources/`

Retrieve a list of resources associated with a specific registration.
This endpoint returns a list of nodes, preprints, and other resources that have been explicitly linked to the registration as related resources.  These resources help provide additional context, background, or supporting materials for the registration.
#### Permissions
 - Public registrations expose their related resources publicly.
 - Private registrations require the user to have read access to view related resources.

#### Returns
 - A JSON object with a `data` key containing an array of related resources.
 - Related resources may include nodes, preprints, and other OSF resources.

## Path parameters

- `registration_id` string, required

## Query parameters

- `page` integer

## Response `200`

Successfully retrieved related resources for this registration.

## Other responses

- `401` — Unauthorized. Authentication is required to access related resources for this registration.
- `403` — Forbidden. You do not have permission to view the related resources 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/revisions/ca701048eb0d/schema)
