---
title: "GET /route/operations/{id}/result"
method: GET
path: "/route/operations/{id}/result"
---

# GET /route/operations/{id}/result

`GET /route/operations/{id}/result`

Get the result of an asynchronous operation by its operation ID.

## Path parameters

- `id` string, required

## Query parameters

- `api-version` string, required

## Headers

- `x-ms-client-id` string
- `Accept-Language` string

## Response `200`

The request has succeeded.

- RouteOperationResponse — This object represents the result of a successful route operation.
  - `kind` 'RouteMatrix', required — Type of asynchronous operation

## Other responses

- `404` — The server cannot find the requested resource.
- `default` — An unexpected error response.

## Changes

- **2026-07-13** (1.0) `4b7b4a919999` — 2 warning, 2 info
  - the optional response header `x-ms-error-code` removed for the status `404`
  - the optional response header `x-ms-error-code` removed for the status `default`
  - api operation id `Route_GetRouteOperationResult` removed and replaced with `Route_GetRouteOperationsResult`
  - added the new optional `header` request parameter `x-ms-client-id`
- **2026-07-13** (1.0) `7677b00a7f5a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/maps-route/changes/route/operations/:id/result/get.md)

---

[API](https://skmtc.dev/azure/apis/maps-route.md) · [All operations](https://skmtc.dev/azure/apis/maps-route/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/maps-route/revisions/4b7b4a919999/schema)
