---
title: "Retrieve a single taxonomy subject"
method: GET
path: "/subjects/{subject_id}/"
tags: ["Subjects"]
---

# Retrieve a single taxonomy subject

`GET /subjects/{subject_id}/`

Retrieve detailed information about a specific taxonomy subject by its ID.

### Permissions
 - Publicly accessible (no authentication required).

## Path parameters

- `subject_id` string, required

## Response `200`

Successfully retrieved the subject.

## Other responses

- `404` — Subject 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)
