List

Paginated list of datasets

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Cartesia-Version"2025-04-16"Required

Query parameters

limitintegerOptionalDefaults to 10

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

starting_afterstringOptional

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_beforestringOptional

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.

Response

This endpoint returns an object.
datalist of objects

List of dataset objects

has_moreboolean

Whether there are more datasets available