v1

latestOpenAPI 3.0.3Apache 2.02026-07-2272488.9 KB
Scan

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.)

get/api/analyze.php

Query parameters

keystring

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.

qidinteger required
Example:2100188839

Unique identifier of the request to retrieve. (Queue ID returned when you added the indicator to the queue for scanning.)

pretty0 | 1

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.

OR

Example response

{
  "qid": 2100254203,
  "status": "processing",
  "stage": "sending request",
  "error": "Request(s) still processing."
}