# Organization.list\_datasets

### Organization.<mark style="color:purple;">list\_datasets</mark>(*max\_results=None, \*, labels=None*) → list<[Dataset](https://docs.redivis.com/api/client-libraries/redivis-python/reference/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` :&#x20;*****int, default None***\
If specified, will only return up to max\_results datasets

**`labels` :&#x20;*****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.

### **Returns:**&#x20;

**list<**[**Dataset**](https://docs.redivis.com/api/client-libraries/redivis-python/reference/dataset)**>**
