Get status of a long running operation.

get/operations/{operationId}

Path parameters

operationIdstring uuid required

Operation ID of the operation.

Response

A successful call returns the long running operation status.

operationIdstring uuid required

Universally Unique Identifier

status'notStarted' | 'running' | 'succeeded' | 'failed' required

The status of long running operation.

createdTimestring date-time required

Date and time the operation was created.

lastActionTimestring date-time

Date and time the operation was last updated.

finishedTimestring date-time

Date and time the operation was finished.

messagestring

Message for the operation.

Changes