GetStatus

Query the search engine to find out the status of a StartSearch or StartGrep request. If the status is 'Completed' then If the status is "Completed," then the URL where you can download your results from is returned..

NameDescriptionRequired

ActionRequestId

Pass in the ActionRequestId returned from a StartSearch or StartGrep action.

Yes

NameDescription

ActionRequestId

The action request ID of the action

Code

The status of the request:

  • Queued - Your request has been queued.
  • Executing - Your request is executing.
  • Error - An error occurred.
  • Completed - Your request has completed.
  • Unknown - The ActionRequestId you passed in is unknown.
  • Expired - The ActionRequestId has expired.

Message

A status message

DownloadUrl

If the code is "Completed," this element contains the URL where you can download the gzipped text file containing your results from. The URL expires after 15 minutes.

Note that the URL contains ampersands encoded as &. These must be replaced with & in the actual download url;

StartDate

The date and time the action was submitted. Results are available for download for 48 hours from this time.

The following example shows a Query-style request and response.