latestOpenAPI 3.0.3Netlas API & Data License Agreement2026-08-104487309.0 KB

2b1f84425791

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

namestring required

The internal system name of the dataset link.

pretty_namestring

Human-readable (pretty) name of the dataset link.

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"
      }
    ]
  }
]