---
title: "List Taxonomies for a Preprint Provider (Deprecated)"
method: GET
path: "/providers/preprints/{provider_id}/taxonomies/"
tags: ["Preprint Providers", "Taxonomies"]
deprecated: true
---

# List Taxonomies for a Preprint Provider (Deprecated)

`GET /providers/preprints/{provider_id}/taxonomies/`

> **Deprecated.**

Retrieve a list of all taxonomies (subjects) associated with a specific preprint provider.
These taxonomies can be used to categorize and filter preprints submitted to this provider.
**Deprecated:** Use `subjects` endpoints instead.
#### Permissions - No authentication required for public providers. - Only authorized users can access restricted providers.
#### Returns - A JSON object with a `data` key containing an array of taxonomy resources. - Each taxonomy represents a subject that can be assigned to preprints.

## Path parameters

- `provider_id` string, required

## Response `200`

Successful retrieval of taxonomies for the preprint provider.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access taxonomies for this provider.
- `404` — Not Found. No preprint provider 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)
