Merge Tasks

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the target task that other tasks will be merged into.

Body Params
source_task_ids
array of strings
required

Array of task IDs to merge into the target task.

source_task_ids*
Responses
200

Tasks merged successfully

400

Bad request - invalid task IDs or other validation errors

403

Unauthorized to merge these tasks

404

One or more tasks not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!