DataMapping
Retrieve a Data Mapping
Retrieve the details of a specific data mapping by its unique ID.
get/v1/ControlPlane/Stores/{storeId}/DataMappings/{dataMappingId}
Response
Data mapping details retrieved successfully.
Example response
{
"displayName": "crm-contacts",
"description": "Syncs customer data from CRM dataset to profile traits",
"isEnabled": true,
"mappingTo": {
"type": "TRAITS",
"mappings": [
{
"fieldName": "primary_email",
"traitGroup": "Contact",
"traitName": "email"
}
]
},
"mappingFrom": {
"type": "DATASET",
"datasetId": "tdi_dataset_00000000000000000000000000"
},
"id": "mem_datamapping_00000000000000000000000000",
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-01-15T11:45:00Z",
"version": 3
}