List datasets
Datasets
List Datasets
Retrieve a paginated list of datasets with optional filtering by owner and type
GET
List datasets
Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Minimum required API key scope:
ReadUse Cases
- Browse Available Data: Programmatically discover all tables and datasets available on Dune for querying.
- Filter by Owner: Find all datasets owned by a specific user or team using
owner_handleparameter. - Filter by Type: Narrow down results to specific dataset types like curated tables, decoded tables, or transformations using the
typeparameter. - Build Data Catalogs: Create custom data discovery tools that index and search through Dune’s table ecosystem.
- Access Management: Audit and manage datasets owned by your team or organization.
Headers
API Key for the service
Query Parameters
API Key, alternative to using the HTTP header X-Dune-Api-Key
Number of results to return (default 50, max 250)
Offset for pagination
Filter by owner handle
Filter by dataset types (comma-separated: transformation_view, transformation_table, uploaded_table, decoded_table, spell, dune_table)