# 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="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2Fj1tMxvnQCdgvEIwv8A0O%2Fimage.png?alt=media&#x26;token=5d1256e5-02fd-4b06-9076-cb97015882d6" 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.
