---
title: "Get a taxonomy by ID"
method: GET
path: "/taxonomies/view/{taxonomyId}"
tags: ["Taxonomies"]
---

# Get a taxonomy by ID

`GET /taxonomies/view/{taxonomyId}`

## Path parameters

- `taxonomyId` string, required

## Response `200`

Get taxonomy response

- object
  - `Taxonomy` Taxonomy
    - `id` string
    - `namespace` string
    - `description` string
    - `version` string
    - `enabled` boolean
    - `exclusive` boolean
    - `required` boolean
  - `entries` TaxonomyEntry[]
    - `tag` string
    - `expanded` string
    - `description` string
    - `exclusive_predicate` boolean
    - `existing_tag` boolean

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

## Changes

- **2024-07-11** `7cd8b1880b11` — 1 warning
  - deleted the `path` request parameter `taxonomyId`

[Change history](https://skmtc.dev/misp/apis/misp-automation-api/changes/taxonomies/view/:taxonomyId/get.md)

---

[API](https://skmtc.dev/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.dev/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
