Prerequisites
- SDK installed and configured (see SDK Quickstart)
- An API key with dataset permissions
Listing datasets
Retrieve all datasets accessible to your account:Getting dataset details
Retrieve details for a specific dataset by ID:Dataset properties
Creating a dataset
Create a new dataset with schema definition:Schema property types
Updating a dataset
Update dataset metadata:Managing tags
Add tags to a dataset:Getting dataset statistics
Retrieve summary statistics:Dataset summary
Get a summary with sample data:Sampling data
Sampling provides a preview of dataset records without downloading the full dataset. When you run an interactive query, results are stored as a dataset in your data plane. To view these results in the UI or API, a sample job retrieves up to 1,000 rows and stores them in the control plane for quick access.Samples are one of the few cases where actual data leaves your data plane. For governance implications, see Sample Data.
- Viewing query results — See what your query returned without downloading everything
- Validating data — Check data quality before sharing with partners
- Quick inspection — Preview dataset contents during development
Working with files
List files in a dataset:Materialized views
Refresh a materialized view:Retention policy
Update the retention policy:Activating a dataset
Activate a pending dataset:Deleting a dataset
Error handling
Related content
Uploading Data
Upload files to datasets
Executing Queries
Query dataset data
API Modules Reference
Complete API documentation

