---
title: "GET /datasets/"
method: GET
path: "/datasets/"
tags: ["Datasets"]
---

# GET /datasets/

`GET /datasets/`

Paginated list of datasets

## Query parameters

- `limit` integer, nullable
- `starting_after` string, nullable
- `ending_before` string, nullable

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- PaginatedDatasets — Paginated list of datasets
  - `data` Dataset[], required — List of dataset objects
    - `id` string, required — Unique identifier for the dataset
    - `name` string, required — Name of the dataset
    - `created_at` string, required — Timestamp when the dataset was created
    - `description` string, required — Optional description of the dataset
  - `has_more` boolean, required — Whether there are more datasets available
  - `next_page` string, nullable — An ID that can be passed as `starting_after` or `ending_before` to get the next page of data.

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/versions/8910812440d3/schema)
