---
title: "List Subjects for a Node"
method: GET
path: "/nodes/{node_id}/subjects/"
tags: ["Nodes"]
---

# List Subjects for a Node

`GET /nodes/{node_id}/subjects/`

Retrieve the list of taxonomy subjects assigned to a specific node.   Subjects represent thematic classifications for the content of a node.   A node can have multiple subjects, typically applied in the context of preprints or projects associated with specific disciplines.
#### Permissions
 - Public nodes expose subjects publicly.
 - Private nodes require read permissions to access subjects.

#### Returns
 - A JSON object with a `data` array containing subject resources assigned to the node.

## Path parameters

- `node_id` string, required

## Query parameters

- `page` integer
- `filter` string
- `embed` string

## Response `200`

Successful retrieval of subjects for the specified node.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view subjects 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/revisions/ca701048eb0d/schema)
