Organization.list_datasets
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a list of dataset instances associated with the organization. Only datasets that you have overview access to will be included in the list.
max_results
: int, default None
If specified, will only return up to max_results datasets
labels
: string[], default None
A list of labels to filter on. If multipart labels are present (e.g., school:humanities
), you may provide just the prefix (school
) to include all entities labeled with that prefix.
list<>