v1

latestOpenAPI 3.0.12026-07-2696152184.1 KB
Datasets

Paginated list of datasets

get/datasets/

Query parameters

limitinteger nullable

The number of Datasets to return per page, ranging between 1 and 100.

starting_afterstring nullable

A cursor to use in pagination. starting_after is a Dataset ID that defines your place in the list. For example, if you make a /datasets request and receive 20 objects, ending with dataset_abc123, your subsequent call can include starting_after=dataset_abc123 to fetch the next page of the list.

ending_beforestring nullable

A cursor to use in pagination. ending_before is a Dataset ID that defines your place in the list. For example, if you make a /datasets request and receive 20 objects, starting with dataset_abc123, your subsequent call can include ending_before=dataset_abc123 to fetch the previous page of the list.

Headers

Cartesia-Version'2026-03-01' date required
Example:2026-03-01

API version header.

Response

has_moreboolean required

Whether there are more datasets available

next_pagestring nullable

An ID that can be passed as starting_after or ending_before to get the next page of data.