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

# Get Dataset Backlog

`GET /v0/dataset/backlog`

## Query parameters

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

## Response `200`

Successful Response

- DatasetBacklogListView
  - `count` integer, required
  - `data` DatasetBacklogView[], required
    - `dataset_id` string, required
    - `dataset_name` string, required
    - `colloquial_name` string, required
    - `dataset_introduction` 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)
