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

# bulkMoveClassifications

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

Moves classifications from one taxonomy to another, through a bulk async operation which
also updates all references from the old classification to the new one under the target taxonomy.

## Request body

- object
  - `job_id` string — Job ID for tracking the status of a bulk operation request
  - `target_taxonomy` 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)
