Datastore
Get Dataset Link
Retrieve a download link for a product from the Netlas Datastore.
get/api/datastore/get_dataset_link/{id}/
Path parameters
idinteger required
A unique identifier for the product.
Datasets belong to Product objects. A product can include one or multiple datasets.
Example:28
Response
Download Links
Example response
[
{
"pretty_name": "Known PTR records (rDNS)",
"name": "known_ptr_records",
"links": [
{
"ext": "json",
"link": "https://app.netlas.io/storage/known_ptr_records/known_ptr_records.json.zip"
}
]
}
]