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

# Get the model results from a sample list

`POST /json_block/projects/{projectId}/models/{modelId}/getModelResults`

## Path parameters

- `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

---

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