---
title: "List nodes affiliated with an institution (relationship data)"
method: GET
path: "/institutions/{institution_id}/relationships/nodes/"
tags: ["Institutions"]
---

# List nodes affiliated with an institution (relationship data)

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

Retrieve relationship data for nodes affiliated with the given institution.

### Permissions
- Public nodes: Anyone can view the affiliation.
- Private nodes: Only contributors can view affiliation.
- Requires read access to the institution and nodes.

## Path parameters

- `institution_id` string, required

## Response `200`

Successfully retrieved node relationships.

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to view this institution's nodes.
- `404` — Institution not found.

---

[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)
