---
title: "Get dataset info"
method: GET
path: "/v1/meta/datasets/{dataset_id}/info"
tags: ["dataset-info"]
---

# Get dataset info

`GET /v1/meta/datasets/{dataset_id}/info`

Retrieves the dataset metadata details

## Path parameters

- `dataset_id` string, required — A short internal dataset identifier (unique).

## Response `200`

Successful Response

- MetaDatasetInfoOut
  - `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.
  - `description` string, nullable, required — A detailed description of the dataset.
  - `dataset_class` string, required — The name of dataset's asset class.
  - `dataset_format` string, required — The format of the dataset.
  - `time_granularity` string, required — The format of the time interval between data points in the dataset.
  - `documentation_link` string, uri, required — A URL to the dataset documentation.
  - `start_date` string, date, required — The earliest available date of data in the dataset.
  - `end_date` string, date, nullable, required — The latest available date of data in the dataset, or null if ongoing.
  - `is_time_series` boolean, required — A flag indicating whether the dataset contains time-series data.
  - `universe_identifier` string, nullable, required — The name of the identifier used for the universe of instruments.
  - `creation_date` string, date, required — The date when the dataset was created.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error

---

[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)
