Method
listDatasetVersions GET
Copy GET

Retrieves a list of all dataset versions for the specified dataset.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes datasetId str The unique ID associated with the dataset.
No limit int The maximum length of the list of all dataset versions.
No startAfterVersion str The ID of the version after which the list starts.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[DatasetVersion]

Exceptions:

TYPE WHEN
DataNotFoundError

datasetId is not found.

Language: