v5

latestSwagger 2.02026-07-1310125222.6 KB

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

get/route/operations/{id}

Path parameters

idstring required

System generated unique identifier for the asynchronous operation after it has been submitted.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

idstring

Unique identifier for the asynchronous operation.

status'NotStarted' | 'Running' | 'Completed' | 'Failed'

Current status of the async operation.

kind'RouteMatrix'

Type of asynchronous operation

createdAtstring date-time

Timestamp when the operation was created.

lastActionAtstring date-time

Timestamp when the operation status was updated.