# Table.list\_uploads

### Table.<mark style="color:purple;">list\_uploads</mark>(*max\_results=None*) → **list<**[**Upload**](https://docs.redivis.com/api/client-libraries/redivis-python/reference/upload)**>**

Returns a list of uploads associated with the current table (only relevant for dataset tables). Each entry in the list will be an instance of an [Upload](https://docs.redivis.com/api/client-libraries/redivis-python/reference/upload), whose properties are populated with the values on the [upload.list resource definition](https://docs.redivis.com/api/resource-definitions/upload#list).

### **Parameters:**

**`max_results` :&#x20;*****int, default None***\
If specified, will only return up to max\_results uploads

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

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