---
title: "GET /bulk/v1/datasets"
method: GET
path: "/bulk/v1/datasets"
tags: ["Bulk API"]
---

# GET /bulk/v1/datasets

`GET /bulk/v1/datasets`

Lists all bulk datasets available to the authenticated user based on their subscription tier. Each dataset includes its name, slug, description, required tier, available columns, and supported granularities.

## Response `200`

Successfully retrieved available datasets

- BulkCatalog
  - `datasets` BulkDataset[]
    - `name` string — Human-readable name of the dataset
    - `slug` string — URL-safe identifier for the dataset
    - `description` string — Detailed description of what data this dataset contains
    - `tier` 'FREE' | 'PROFESSIONAL' | 'ENTERPRISE' — Minimum subscription tier required to access this dataset
    - `columns` BulkColumn[] — List of columns available in this dataset
      - `name` string — Human-readable name of the column
      - `slug` string — Column identifier used in the data output
      - `description` string — Detailed description of what this column represents
      - `type` 'string' | 'float' | 'integer' | 'timestamp' | 'boolean' — Data type of the column
    - `granularities` string[] — Available time granularities for this dataset

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `500` — Internal server error

---

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