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.)
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.)
2100188839
Indicates whether to format returned JSON results.
For pretty-printed output, set to 1.
For compact output, set to 0.
0, 1 Successful request. Returns scan status or complete results.
Response while scan is in progress.
Unique identifier of the associated request.
"2100254203"
Overall processing state of the request.
"processing"
Current step of the scanning process. Present when scanning is in progress.
"sending request"
Dynamic key-value pair representing the outcome of your request.
Each {key} represents the overall outcome of your request. The {value} string provides additional context for the outcome. Until your request is complete, the {key} will be error.
{ "error": "Request(s) still processing." }