Poll for Scan Results
Poll for scan results using the queue ID returned from the POST request.
Returns processing status while the scan is in progress, then complete results when finished.
Polling requests don't count against your rate limit, but please poll responsibly. (We recommend at most every 500ms.)
Query parameters
Your Pulsedive API key.
API key authentication is optional. However, requests without a key have stricter rate limits. We recommend including an API key for better performance and reliability.
Unique identifier of the request to retrieve. (Queue ID returned when you added the indicator to the queue for scanning.)
Indicates whether to format returned JSON results.
For pretty-printed output, set to 1. For compact output, set to 0.
Response
Successful request. Returns scan status or complete results.
Example response
{
"qid": 2100254203,
"status": "processing",
"stage": "sending request",
"error": "Request(s) still processing."
}