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

# List Taxonomies for a Collection Provider (Deprecated)

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

> **Deprecated.**

Retrieve the full taxonomy for a specific Collection Provider.

**Deprecated:** Use `subjects` endpoints instead.

## Path parameters

- `provider_id` string, required

## Response `200`

A list of taxonomies.

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to view taxonomies for this provider.
- `404` — Collection provider 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)
