---
title: "Get the model results from a sample list"
method: POST
path: "/data-providers/{dataProviderId}/projects/{projectId}/models/{modelId}/getModelResults"
tags: ["Model"]
---

# Get the model results from a sample list

`POST /data-providers/{dataProviderId}/projects/{projectId}/models/{modelId}/getModelResults`

## Path parameters

- `dataProviderId` string, required
- `projectId` string, required
- `modelId` string, required

## Request body

- object
  - `sampleIds` union[], required — List of sample ID
    - union
      - string
      - integer
      - number

## Response `200`

model results

## Other responses

- `404` — model or project doesn't exist

## Changes

- **2024-07-22** `3063ef5d8a81` — 1 info
  - api operation id `controller.models.get_results` removed and replaced with `debiaiServer.controller.models.get_results`
- **2024-07-19** `30f824d14afd` — 1 info
  - api operation id `debiaiServer.controller.models.get_results` removed and replaced with `controller.models.get_results`

[Change history](https://skmtc.dev/debiai/apis/debiai-backend-api/changes/data-providers/:dataProviderId/projects/:projectId/models/:modelId/getModelResults/post.md)

---

[API](https://skmtc.dev/debiai/apis/debiai-backend-api.md) · [All operations](https://skmtc.dev/debiai/apis/debiai-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/debiai-backend-api/revisions/c53e3bf3be9b/schema)
