---
title: "Get Result Set"
method: GET
path: "/v2.0/public/projects/PronunciationValidation/{projectId}/resultset"
tags: ["Pronunciation Validation"]
---

# Get Result Set

`GET /v2.0/public/projects/PronunciationValidation/{projectId}/resultset`

Gets result set for the entire project.
            
**Permission Required:** Read Project Properties

## Path parameters

- `projectId` string, uuid, required

## Response `200`

URL to the file containing the results of the project.

- DefinedCrowdPublicApiApiResultsGetProjectResultSetQueryResults
  - `resultsFileUrl` string, uri, nullable — URL to the file containing the results of the project.

## Other responses

- `400` — Invalid page number or items per page count
- `401` — Invalid authentication (project from another enterprise or invalid/expired token).
- `403` — Invalid Enterprise Subscription.
- `404` — Project does not exist or results do not exist.

---

[API](https://skmtc.net/definedcrowd/apis/defined-ai-api.md) · [All operations](https://skmtc.net/definedcrowd/apis/defined-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/definedcrowd/defined-ai-api/revisions/14cab8ac3bca/schema)
