---
title: "Merge Tasks"
method: POST
path: "/v2/task/{task_id}/merge"
tags: ["Tasks"]
---

# Merge Tasks

`POST /v2/task/{task_id}/merge`

Merge multiple tasks into a target task. The target task is specified by the task_id parameter, while the source tasks to be merged are provided in the request body. Custom Task IDs are not supported.

## Path parameters

- `task_id` string, required

## Request body

- object
  - `source_task_ids` string[], required — Array of task IDs to merge into the target task.

## Response `200`

Tasks merged successfully

## Other responses

- `400` — Bad request - invalid task IDs or other validation errors
- `403` — Unauthorized to merge these tasks
- `404` — One or more tasks not found

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
