Model Results API
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.