---
title: "Get the status of the project copy request"
method: GET
path: "/projects-api/v2/projects/{projectId}/copy/{processUid}"
tags: ["Account & Projects"]
---

# Get the status of the project copy request

`GET /projects-api/v2/projects/{projectId}/copy/{processUid}`

Used to check if the copy project request is complete and to retrieve the new projectId

## Path parameters

- `projectId` string, required
- `processUid` string, required

## Response `200`

OK

- ProjectCopyProcessSuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `createdDate` string, date-time, required
      - `modifiedDate` string, date-time, required
      - `newProjectUid` string, required — A unique identifier for the newly created project. This is available once the project copying has finished, which is indicated once it has a processState of CLOSED.
      - `processState` 'OPEN' | 'CLOSED' | 'FAILED', required — The status of the copy request. The new projectId will be available once the state is marked as CLOSED.
      - `processStatistics` object, required — Information on the copying of the project
        - `errored` string — The number of entities that failed to copy
        - `processed` string — The number of entities processed successfully
        - `requested` string — The number of entities being copied
        - `skipped` string — The number of entities that were skipped
      - `processUid` string, required — A unique identifier for a long running process

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
