Get All Calculated Insights Metadata
Retrieves metadata for all available calculated insights in your Data Cloud instance. This endpoint returns detailed information about dimensions, measures, and relationships for each calculated insight.
- HTTP Method: GET
- Availability: Data Cloud v1.0, Salesforce v51.0
- Format: REST
- URI:
/api/v1/insight/metadata
The response includes an array of metadata objects, each containing:
name
: The unique identifier of the calculated insightdisplayName
: The human-readable name of the calculated insightdimensions
: Array of dimension objects with name, displayName, and typemeasures
: Array of measure objects with name, displayName, type, and rollupable flagrelationships
: Array of relationship objects showing connections between entitiespartitionBy
: The field used for partitioning the data
- The response includes all calculated insights available to the authenticated user
- Each insight's metadata includes all available dimensions and measures
- Relationship information helps understand data connections between different entities
- The partitionBy field indicates how the data is organized for efficient querying