---
title: "Gets the list of evaluations for specified project."
method: GET
path: "/projects/{id}/evaluations"
tags: ["Custom Speech projects:"]
---

# Gets the list of evaluations for specified project.

`GET /projects/{id}/evaluations`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `skip` integer
- `top` integer
- `filter` string

## Response `200`

OK

- PaginatedEvaluations
  - `values` Evaluation[] — A list of entities limited by either the passed query parameters 'skip' and 'top' or their default values. When iterating through a list using pagination and deleting entities in parallel, some entities will be skipped in the results. It's recommended to build a list on the client and delete after the fetching of the complete list.
    - `model1` EntityReference, required
      - `self` string, uri, required — The location of the referenced entity.
    - `model2` EntityReference, required
      - `self` string, uri, required — The location of the referenced entity.
    - `transcription1` EntityReference
      - `self` string, uri, required — The location of the referenced entity.
    - `transcription2` EntityReference
      - `self` string, uri, required — The location of the referenced entity.
    - `dataset` EntityReference, required
      - `self` string, uri, required — The location of the referenced entity.
    - `links` EvaluationLinks
      - `files` string, uri — The location to get all files of this entity. See operation "Evaluations_ListFiles" for more details.
    - `properties` EvaluationProperties
      - `wordErrorRate1` number, double — The word error rate of recognition with model1.
      - `wordCount1` integer — The number of processed words by model1.
      - `correctWordCount1` integer — The number of correctly recognized words by model1.
      - `wordSubstitutionCount1` integer — The number of recognized words by model1, that are substitutions.
      - `wordDeletionCount1` integer — The number of recognized words by model1, that are deletions.
      - `wordInsertionCount1` integer — The number of recognized words by model1, that are insertions.
      - `tokenErrorRate1` number, double — The token error rate of recognition with model1.
      - `tokenCount1` integer — The number of processed tokens by model1.
      - `correctTokenCount1` integer — The number of correctly recognized tokens by model1.
      - `tokenSubstitutionCount1` integer — The number of recognized tokens by model1, that are substitutions.
      - `tokenDeletionCount1` integer — The number of recognized tokens by model1, that are deletions.
      - `tokenInsertionCount1` integer — The number of recognized tokens by model1, that are insertions.
      - `sentenceErrorRate1` number, double — The sentence error rate of recognition with model1.
      - `sentenceCount1` integer — The number of processed sentences by model1.
      - `wordErrorRate2` number, double — The word error rate of recognition with model2.
      - `wordCount2` integer — The number of processed words by model2.
      - `correctWordCount2` integer — The number of correctly recognized words by model2.
      - `wordSubstitutionCount2` integer — The number of recognized words by model2, that are substitutions.
      - `wordDeletionCount2` integer — The number of recognized words by model2, that are deletions.
      - `wordInsertionCount2` integer — The number of recognized words by model2, that are insertions.
      - `tokenErrorRate2` number, double — The token error rate of recognition with model2.
      - `tokenCount2` integer — The number of processed tokens by model2.
      - `correctTokenCount2` integer — The number of correctly recognized tokens by model2.
      - `tokenSubstitutionCount2` integer — The number of recognized tokens by model2, that are substitutions.
      - `tokenDeletionCount2` integer — The number of recognized tokens by model2, that are deletions.
      - `tokenInsertionCount2` integer — The number of recognized tokens by model2, that are insertions.
      - `sentenceErrorRate2` number, double — The sentence error rate of recognition with model2.
      - `sentenceCount2` integer — The number of processed sentences by model2.
      - `email` string — The email address to send email notifications to in case the operation completes. The value will be removed after successfully sending the email.
      - `error` EntityError
        - `code` string — The code of this error.
        - `message` string — The message for this error.
    - `self` string, uri — The location of this entity.
    - `lastActionDateTime` string, date-time — The time-stamp when the current status was entered. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).
    - `status` 'NotStarted' | 'Running' | 'Succeeded' | 'Failed' — Describe the current state of the API
    - `createdDateTime` string, date-time — The time-stamp when the object was created. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).
    - `displayName` string, required — The display name of the object.
    - `description` string — The description of the object.
    - `customProperties` object — The custom properties of this entity. The maximum allowed key length is 64 characters, the maximum allowed value length is 256 characters and the count of allowed entries is 10.
    - `locale` string, required — The locale of the contained data.
    - `project` EntityReference
      - `self` string, uri, required — The location of the referenced entity.
  - `@nextLink` string, uri — A link to the next set of paginated results if there are more entities available; otherwise null.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-speech-speechtotext/versions/931821089e0d/schema)
