Datastore
Get Product
Retrieve details of a specific dataset from the Netlas Datastore.
get/api/datastore/products/{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
A Single Product
Example response
{
"id": 115,
"description": "Known domain names with A, MX, NS, CNAME and TXT records.",
"datasets": [
{
"id": 351,
"product_id": 115,
"name": "fdns",
"pretty_name": "Forward DNS (fDNS)"
}
],
"name": "fdns",
"pretty_name": "Forward DNS (fDNS)"
}