---
title: "Export taxonomy."
method: GET
path: "/taxonomies/export/{taxonomyId}"
tags: ["Taxonomies"]
---

# Export taxonomy.

`GET /taxonomies/export/{taxonomyId}`

## Path parameters

- `taxonomyId` string, required

## Response `200`

Export taxonomy response

- object
  - `namespace` string
  - `description` string
  - `version` integer
  - `exclusive` boolean
  - `predicates` TaxonomyPredicateExport[]
    - `value` string
    - `expanded` string
  - `values` TaxonomyValueExport[]
    - `predicate` string
    - `entry` TaxonomyEntryExport[]
      - `value` string
      - `expanded` string
      - `description` string

## 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

---

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