---
title: "Start a content copy job."
method: POST
path: "/v2/content/{id}/copy"
tags: ["contentManagement"]
---

# Start a content copy job.

`POST /v2/content/{id}/copy`

Start an asynchronous content copy job with the given identifier to the destination folder. If the content item is a folder, everything under the folder is copied recursively.

## Path parameters

- `id` string, required

## Query parameters

- `destinationFolder` string, required

## Headers

- `isAdminMode` string

## Response `200`

Content copy job has been scheduled.

- BeginAsyncJobResponse
  - `id` string, required — Identifier to get the status of an asynchronous job.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
