Method
Retrieves a list of all datasets in the organization.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
No |
limit |
int |
Maximum length of the list of datasets.
|
No |
startAfterId |
str |
ID of the dataset after which the list starts.
|
No |
excludeStreaming |
bool |
Exclude streaming datasets from the result.
|
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[Dataset] |
|
TYPE |
WHEN |
DataNotFoundError |
startAfterId is not found.
|