Method
listDatasets GET
Copy GET

Retrieves a list of all datasets in the organization.

Arguments:

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.

Response:

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

Exceptions:

TYPE WHEN
DataNotFoundError

startAfterId is not found.

Language: