---
title: "Get Dataset Catalog"
method: GET
path: "/v0/dataset/catalog"
tags: ["dataset", "log_post_param_vals"]
---

# Get Dataset Catalog

`GET /v0/dataset/catalog`

## Query parameters

- `limit` integer
- `offset` integer
- `retry` integer

## Response `200`

Successful Response

- DatasetCatalogListView
  - `count` integer, required
  - `data` DatasetCatalogView[], required
    - `dataset_id` string, required
    - `dataset_name` string, required
    - `colloquial_name` string, required
    - `dataset_introduction` string, required
    - `lowest_price` string, required
    - `unit_prices` object, required
    - `pricing_plan` object, required
    - `recommend_instruments` InstrumentDescription[], required
      - `symbol` string, required
      - `display_symbol` string, required
      - `instrument_name` string, required
      - `asset_class` string, nullable
      - `security_type` string, nullable
      - `dataset_id` string, nullable
      - `dataset_name` string, nullable
      - `publisher` string, nullable
      - `first_seen` string, date, nullable
      - `last_seen` string, date, nullable
    - `total_instrument_count` integer, required
    - `live_data_ready` boolean, required
    - `asset_class` string[], required
    - `dataset_tags` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
