Skip to main content

View query progress up to this point

/api/SqlBackground/{executionId}

GetProgressOf

View progress information (up until this point and starting from the last point requested) The following error codes are to be anticipated most with standard Problem Detail reports:

  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found : The requested query result doesn't exist and is not running.
  • 429 Too Many Requests : Please try your request again soon
    1. The query has been executed successfully in the past yet the server-instance receiving this request (e.g. from a load balancer) doesn't yet have this data available.
    2. By virtue of the request you have just placed this will have started to load from the persisted cache and will soon be available.
    3. It is also the case that the original server-instance to process the original query is likely to already be able to service this request.