---
title: "Content copy job status."
method: GET
path: "/v2/content/{id}/copy/{jobId}/status"
tags: ["contentManagement"]
---

# Content copy job status.

`GET /v2/content/{id}/copy/{jobId}/status`

Get the status of the copy request with the given job identifier. On success, field `statusMessage` will contain identifier of the newly copied content in format: `id: {hexIdentifier}`.

## Path parameters

- `id` string, required
- `jobId` string, required

## Headers

- `isAdminMode` string

## Response `200`

The status of the content copy job.

- AsyncJobStatus
  - `status` string, required — Whether or not the request is in progress (`InProgress`), has completed successfully (`Success`), or has completed with an error (`Failed`).
  - `statusMessage` string — Additional status message generated if the status is not `Failed`.
  - `error` ErrorDescription
    - `code` string, required — An error code describing the type of error.
    - `message` string, required — A short English-language description of the error.
    - `detail` string — An optional fuller English-language description of the error.
    - `meta` object — An optional list of metadata about the error.

## 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)
