Use Cases
- Data Discovery: Programmatically browse and search through all available datasets on Dune
- AI Agents: Allow AI agents to understand the available tables and schemas before constructing the SQL query.
- Schema Exploration: Retrieve column names, data types, and metadata for any table
- Access Management: Filter datasets by owner to understand team data assets
List Datasets
Retrieve a paginated list of datasets with optional filtering by owner and
type.
Get Dataset
Get detailed information about a specific dataset including columns and
metadata.