Check the progress of a previously submitted scan request. Possible values for the status are:

  • SUBMITTING
  • QUEUE
  • PROCESSING
  • DONE.

Parameters

ParameterDescription
IDThe unique scan ID that was returned by the “Crawl IP Or Netblock” Action or by the “/shodan/scan” endpoint.

Example Output

{
	"count": 1,
	"created": "2021-01-26T08:17:43.794000",
	"id": "Mo8W7itcWumiy9Ay",
	"status": "DONE"
}

Workflow Library Example

Get Scan Status with Shodan and Send Results Via Email

Preview this Workflow on desktop