Retrieve Metadata

Data Cloud Metadata API response includes metadata about all entities, including Calculated Insights, Engagement, Profile, and other entities, and their relationships to other objects. For Data Lake Objects (DLOs) and Data Model Objects (DMOs), the API response also includes information about key qualifier fields. For each DLO field and DMO field, the API response includes the name of the associated key qualifier field.

Returns the metadata for Calculated Insights, Engagement, Profile, and other objects.

HTTP method

GET

Availability

Data Cloud v1.0, Salesforce API version 51.0 and later

Formats

REST

URI

/api/v1/metadata/

Field NameField TypeDescription
entityTypestringThe requested metadata entity type. By default, this parameter includes all of the available types. Acceptable values: DataLakeObject, DataModelObject, and CalculatedInsight
entityCategorystringThe requested metadata entity category. By default, this parameter includes all of the available categories. It isn’t applicable for Calculated Insight entities. Acceptable values: Profile, Engagement, and Related
entityNamestringThe name of the requested metadata entity. By default, this parameter includes all of the available categories and an exhaustive list of entities. Example: UnifiedIndividual__dlm
Request

Response

ResponseReason
200 OKCallback successfully verified
400 Bad RequestInvalid request
500 Server ErrorInternal error