Organization.list_datasets

Organization.list_datasets(max_results=None) → list<Dataset>

Returns a list of dataset instances associated with the organization. Only datasets that you have overview access to will be included in the list.

Parameters:

max_results : int, default None If specified, will only return up to max_results datasets

Returns:

list<Dataset>

Last updated