# 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": [...]
        }
      }
    }
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graphite-note.com/graphite-note-documentation/rest-api/model-info-api/response.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
