# Model Results API

Model results API lets users fetch the outputs of their trained models in a structured, paginated format. This is especially useful for viewing or processing large prediction result sets in batches.

<figure><img src="/files/dI7iZhCcujlXzeN0tRdb" alt="" width="563"><figcaption><p>Model results API marked in red</p></figcaption></figure>

***

The /fetch-result endpoint returns paginated rows from a dataset result table for a specific model. It also supports an optional rate-limiting check (if configured on your account). This allows you to access structured dataset information efficiently, even for large datasets.\
\
This API endpoint is used to retrieve paginated results for **RFM** (Recency, Frequency, Monetary), **CLV** (Customer Lifetime Value), **ABC** and **General Segmentation** models within Graphite Note.

***

In the following sections, you will find more details about the Model Results API.


---

# 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-results-api.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.
