---
title: "Get results or master data"
method: GET
path: "/getResults"
tags: ["Results"]
---

# Get results or master data

`GET /getResults`

Use this API operation to get (quality) results from analysis sets or master data from selection lists.

## Query parameters

- `setId` integer, required
- `limit` integer
- `offset` integer
- `sort` string
- `filter` string
- `fields` string
- `includeAttachments` boolean
- `includeId` boolean
- `includeLastModificationDate` boolean

## Response `200`

The output will be a JSON-encoded array of objects. Each object represents a result and one key/value pair for each field.

- object[]

## Other responses

- `304` — Not Modified
- `400` — Bad Request
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/alisqi/apis/alisqi-api.md) · [All operations](https://skmtc.net/alisqi/apis/alisqi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alisqi/alisqi-api/versions/0b7557342fcf/schema)
