---
title: "Retrieve relationships between a Node and its affiliated Institutions"
method: GET
path: "/nodes/{node_id}/relationships/institutions/"
tags: ["Nodes"]
---

# Retrieve relationships between a Node and its affiliated Institutions

`GET /nodes/{node_id}/relationships/institutions/`

Retrieve a list of resource identifier objects that represent the institutions affiliated with the given node.
#### Permissions
 - Public nodes will display their affiliated institutions.
 - Private nodes require read permissions.

#### Returns - A JSON object with a `data` key containing an array of resource identifier objects (`type` and `id`) for each affiliated institution.

## Path parameters

- `node_id` string, required

## Response `200`

Successfully retrieved affiliated institutions for the node.

## Other responses

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