---
title: "List Preprint Subjects"
method: GET
path: "/preprints/{preprint_id}/subjects/"
tags: ["Preprints"]
---

# List Preprint Subjects

`GET /preprints/{preprint_id}/subjects/`

Retrieve the list of subjects (taxonomy terms) associated with a specific preprint.
#### Permissions - Preprint subjects are publicly accessible for published preprints. - For unpublished preprints, you must have permission to view the preprint.

## Path parameters

- `preprint_id` string, required

## Response `200`

Successful retrieval of preprint subjects.

## Other responses

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