Microsoft Azure Get Datasets Operations Operationid

This API allows the caller to view the current progress of a dataset operation and the path is obtained from a call to the Create API.### Submit Operations RequestTo view the current progress of a dataset operation, you will use a `GET` request where the `operationId` given the path is the ID that represents the operation.### Operation ResponseWhile in progress, a `200-OK` http status code will be returned with no extra headers. If the operation succeeds, a `20...