---
title: "Retrieve asynchronous match results"
method: GET
path: "/context-api/v2/projects/{projectId}/match/{matchId}"
tags: ["Context"]
deprecated: true
---

# Retrieve asynchronous match results

`GET /context-api/v2/projects/{projectId}/match/{matchId}`

> **Deprecated.**

Check the status of the match request and get results once the match is completed.
When the match has been completed, any newly created bindings are also returned in the response.
This endpoint is deprecated and will be deleted. We recommend to use `Retrieve asynchronous process results` endpoint

## Path parameters

- `projectId` string, uuid, required
- `matchId` string, uuid, required

## Response `200`

OK

- AsyncMatchStatsResponse
  - `response` object
    - `code` 'SUCCESS' — Code of the completed operation.
    - `data` object
      - `bindings` Binding[]
        - `anchors` string[] — Wrapper HTML element anchor numbers
        - `contextPosition` integer — Binding position in context
        - `bindingUid` string — Unique identifier for the context binding.
        - `contextUid` string, required — Unique identifier for the context.
        - `coordinates` Coordinates — Describes the location and size of a box enclosing the string in a context image. ‘top’ and ‘left’ are the distances in pixels of the top left corner of the string (from the top left of the image). ‘width’ and ‘height’ are the dimensions of the string in pixels. This information is used to highlight the position of the string when displaying the context image in the translation interface (CAT tool). If coordinates are not provided, Smartling will attempt to locate the string on the image using Optical Character Recognition. If OCR fails, coordinates will default to 0, 0, 0, 0. This meaans that the image will be displayed when the string is translated, without any highlighting to show the position of the string.
          - `height` number, required
          - `left` number, required
          - `top` number, required
          - `width` number, required
        - `stringHashcode` string, required — Unique identifier for the translatable.
        - `timecode` Timecode — Number of seconds for the period of time that a string appears in a video, relative to the video start time.
          - `endTime` integer
          - `startTime` integer
      - `createdDate` string, date-time
      - `matchId` string, uuid — Identifier of the started match operation. Should be specified for getting matching stats.
      - `modifiedDate` string, date-time
      - `status` 'IN_PROGRESS' | 'COMPLETED' | 'FAILED'

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Match request expired or does not exist
- `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/versions/2a73d11e9b98/schema)
