---
title: "GET /stocks/taxonomies/vX/disclosures"
method: GET
path: "/stocks/taxonomies/vX/disclosures"
tags: ["reference"]
---

# GET /stocks/taxonomies/vX/disclosures

`GET /stocks/taxonomies/vX/disclosures`

The complete list of 8-K disclosure classifications used in the 8-K disclosures endpoint.

## Query parameters

- `taxonomy` string
- `taxonomy.any_of` string
- `taxonomy.gt` string
- `taxonomy.gte` string
- `taxonomy.lt` string
- `taxonomy.lte` string
- `primary_category` string
- `primary_category.any_of` string
- `primary_category.gt` string
- `primary_category.gte` string
- `primary_category.lt` string
- `primary_category.lte` string
- `secondary_category` string
- `secondary_category.any_of` string
- `secondary_category.gt` string
- `secondary_category.gte` string
- `secondary_category.lt` string
- `secondary_category.lte` string
- `tertiary_category` string
- `tertiary_category.any_of` string
- `tertiary_category.gt` string
- `tertiary_category.gte` string
- `tertiary_category.lt` string
- `tertiary_category.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `description` string — Detailed explanation of what the disclosure category covers, including typical examples.
    - `primary_category` string — Top-level disclosure category.
    - `secondary_category` string — Mid-level disclosure category.
    - `taxonomy` string, required — Taxonomy version that defines this classification (e.g., '1.0').
    - `tertiary_category` string — Most specific disclosure category.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
