Retrieve Data Export
GET https://{{API_URL}}/data_exports?search_id=int32
Get all results from a previously created asynchronous search using the search_id.
If your search has not been completed you will receive an Export Incomplete Response to indicate that we are still processing your search results.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search_id | string | Get all results from a previously created asynchronous search from search_id. | |
Response data will be found in local gzip file |