---
title: "Get Custom Model Copy Result"
method: GET
path: "/custom/models/{modelId}/copyResults/{resultId}"
---

# Get Custom Model Copy Result

`GET /custom/models/{modelId}/copyResults/{resultId}`

Obtain current status and the result of a custom model copy operation.

## Path parameters

- `modelId` string, uuid, required
- `resultId` string, uuid, required

## Response `200`

Success

- CopyOperationResult — Status and result of the queued copy operation.
  - `status` 'notStarted' | 'running' | 'succeeded' | 'failed', required — Status of the queued operation.
  - `createdDateTime` string, date-time, required — Date and time (UTC) when the copy operation was submitted.
  - `lastUpdatedDateTime` string, date-time, required — Date and time (UTC) when the status was last updated.
  - `copyResult` CopyResult — Custom model copy result.
    - `modelId` string, uuid, required — Identifier of the target model.
    - `errors` ErrorInformation[] — Errors returned during the copy operation.
      - `code` string, required
      - `message` string, required

## Other responses

- `default` — Response entity accompanying non-successful responses containing additional details about the error.

## Changes

- **2020-04-27** `f77e48809807` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/form-recognizer-client/changes/custom/models/:modelId/copyResults/:resultId/get.md)

---

[API](https://skmtc.dev/azure/apis/form-recognizer-client.md) · [All operations](https://skmtc.dev/azure/apis/form-recognizer-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/form-recognizer-client/revisions/f77e48809807/schema)
