---
title: "Get Dataset Link"
method: GET
path: "/api/datastore/get_dataset_link/{id}/"
tags: ["Datastore"]
---

# Get Dataset Link

`GET /api/datastore/get_dataset_link/{id}/`

Retrieve a download link for a product from the Netlas Datastore.

## Path parameters

- `id` integer, required — A unique identifier for the product. Datasets belong to Product objects. A product can include one or multiple datasets.

## Response `200`

__Download Links__

- object[]
  - `name` string, required — The internal system name of the dataset link.
  - `links` object[], required — List of links for the dataset.
    - `ext` string, required — Format of the dataset link.
    - `link` string, required — URL of the dataset link.
  - `pretty_name` string — Human-readable (pretty) name of the dataset link.

## Other responses

- `401` — __Unauthorized__: The request was rejected due to missing or invalid authentication credentials
- `402` — __Payment Required__: This product requires payment on your subscription plan
- `404` — __Not Found__: Requested resource could not be found

---

[API](https://skmtc.net/netlas/apis/netlas-api.md) · [All operations](https://skmtc.net/netlas/apis/netlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlas/netlas-api/revisions/2b1f84425791/schema)
