Monitor the status of APIs

Completed

You can use GetExecutionSummaryStatus for both import and export jobs. This is used to check the status of a data project run job. This API is applicable to cloud deployments and on-premises deployments. Keep in mind that the file will remain in the Blob storage for seven days, and then it will be automatically deleted.

To check the status of the API, use GetExecutionSummaryStatus and then specify the executionId.

For example:

POST /data/DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetExecutionSummaryStatus
BODY
{"executionId":"<executionId>"}

A JSON successful response message will be sent and the execution status will be displayed. There are several outputs you might receive in this message:

  • Unknown
  • NotRun
  • Executing
  • Succeeded
  • PartiallySucceeded
  • Failed
  • Canceled