---
title: "bulkMergeClassifications"
method: POST
path: "/v1/entity/taxonomies/classifications:merge"
tags: ["Taxonomy"]
---

# bulkMergeClassifications

`POST /v1/entity/taxonomies/classifications:merge`

Merges classifications from one taxonomy into one individual classification, through a bulk async operation which
also updates all references from the old Classifications to the new one.

## Request body

- object
  - `job_id` string — Job ID for tracking the status of a bulk operation request
  - `target_classification` string — URL-friendly name for taxonomy
  - `classification_ids` ClassificationId[]

## Response `200`

Returns the job id for the async job and current status

- TaxonomyBulkJobTriggerResponse
  - `job_id` string, uuid
  - `status` 'PENDING' | 'FAILED' | 'COMPLETED' | 'CANCELLED' — The status of the bulk job

## Other responses

- `400` — Invalid request
- `429` — Too many requests

---

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