---
title: "List datasets"
method: GET
path: "/v1/meta/datasets"
tags: ["dataset-info"]
---

# List datasets

`GET /v1/meta/datasets`

Retrieves the list of all datasets available via API

## Response `200`

Successful Response

- MetaDatasetListOut[]
  - `dataset_id` string, required — A short internal dataset identifier (unique).
  - `dataset_name` string, required — A human-readable display name of the dataset.
  - `data_group` string, required — The Data group to which the dataset belongs.
  - `vendor` string, required — The name of the data vendor.

## Other responses

- `403` — Forbidden

---

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