Query Data in Data 360

As of October 14, 2025, Data Cloud has been rebranded to Data 360. During this transition, you may see references to Data Cloud in our application and documentation. While the name is new, the functionality and content remains unchanged.

Learn how to programmatically query your data in Data 360 using various REST APIs.

User Permissions Sets Needed
To query Data 360 ObjectsData Cloud Activation Manager

To query a Data 360 object, you must have dataspace access to that object. For more information about data space aware objects, see Data Space Aware Objects and Features.

  1. Get Started with Querying Data Cloud Data

    • Learn about apps, APIs, libraries, and SQL for querying data
    • Understand the basics of data extraction
  2. Salesforce Help: API Guidelines and Limits

  3. Query Services Status Codes

    • Reference status codes for Query API
    • Troubleshoot common issues
  • Query API

    • Supports Data 360 SQL
    • Available through the Data 360 Connect REST API and Apex
    • Optimized for all Data 360 use cases
    • Supports data streams, profile, engagement, and unified data model objects
  • Profile API

    • Search customer profile information
    • Access profile data model objects
  • Metadata API

    • Retrieve metadata about all entities
    • Access information about Calculated Insights, Engagement, Profile, and other entities
    • View relationships between objects and key qualifier fields
  • Calculated Insights API

    • Query Calculated Insights with SQL dimensions and measures
    • Extract insights from your data
  • Universal ID Lookup

    • Retrieve all individual records associated with a unified record
    • Query across different data sources
  • Data Graph API

    • Retrieve data about the connections between objects in a data graph
    • Understand data graph concepts and usage