Description
Retrieves a paginated list of tables uploaded by the user or their team.Pagination
Use thelimit and offset parameters to paginate through large result sets:
- To get the first 20 tables: 
?limit=20&offset=0 - To get the next 20 tables: 
?limit=20&offset=20 - Continue incrementing 
offsetbylimitto get subsequent pages 
Pricing
This is a metadata endpoint and does not consume credits.Related Endpoints
- Create Table - Create a new table
 - Upload Data - Upload data to a table
 - Delete Table - Delete a table
 
Headers
API Key for the service
Query Parameters
API Key, alternative to using the HTTP header X-Dune-Api-Key
Number of tables to return on a page. Default: 50, max: 10000
Offset used for pagination. Negative values are treated as 0

