Response
Status Code
200 OK (on successful retrieval)
Response Body
The properties field contains rich structured metadata that differs based on model type (e.g., RFM, CLV, ABC).
{
"data": {
"code": "8eba66e453fc",
"name": "RFM Customer Segmentation on Demo dataset",
"model_name": "RFM Customer Segmentation",
"dataset_code": "80c769a7bf32",
"created_at": "2025-02-28 19:22:50",
"updated_at": "2025-02-28 19:25:38",
"properties": {
"modelInfo": {
"rfm": {
"rfm_analysis": [...],
"recency": [...],
"monetary": [...],
"frequency": [...]
}
}
}
}
}
Last updated
Was this helpful?