Query Data in Data Cloud
Learn how to programmatically query your data in Data Cloud using various APIs and tools.
Data Cloud provides multiple ways to query your data:
- Query APIs: Execute SQL queries against your data using Query API V1 or V2
- Profile API: Look up and search customer profile information
- DataGraph APIs: Query metadata and data from data graphs
- Calculated Insights API: Extract insights from your data
- Python Connector: Use Python to analyze Data Cloud data in Pandas DataFrames
Key Features
-
- A powerful API for querying and analyzing data in Data Cloud using SQL
-
- Look up and search customer profile information
- Integrate with external web or mobile apps
- Access profile data model objects
-
- Retrieve metadata about all entities
- Access information about Calculated Insights, Engagement, Profile, and other entities
- View relationships between objects and key qualifier fields
-
- Extract data into Python Pandas DataFrames
- Create visual data models
- Perform analytical operations
- Build machine learning and AI models
-
- Connect to Data Cloud using standard JDBC interfaces
- Query data using SQL tools and applications
- Integrate with Java applications and SQL clients like DBeaver
-
- Query Calculated Insights with SQL dimensions and measures
- Apply optional filters
- Extract insights from your data
-
- Send Data Cloud data action events to webhook targets
- Protect message integrity with Salesforce-generated secret keys
- Validate payload requests with signature-based authentication
-
- Retrieve all individual records associated with a unified record
- Query across different data sources
-
- Learn about DataGraph APIs
- Understand data graph concepts and usage
Getting Started
-
Get Started with Querying Data Cloud Data
- Learn about apps, APIs, libraries, and SQL for querying data
- Understand the basics of data extraction
-
- Review limits for Profile, Query, and Calculated Insights APIs
- Understand rate limits and best practices
-
- Reference status codes for Query API V1 and V2
- Troubleshoot common issues