Use 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 spells, 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)