Method
Retrieves a list of all dataset versions for the specified dataset.
| 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.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
list[DatasetVersion] |
|
| TYPE |
WHEN |
| DataNotFoundError |
`datasetId` is not found. |