---
title: "Gets the files of the evaluation identified by the given ID."
method: GET
path: "/evaluations/{id}/files"
tags: ["Custom Speech model evaluations:"]
---

# Gets the files of the evaluation identified by the given ID.

`GET /evaluations/{id}/files`

## Path parameters

- `id` string, uuid, required

## Query parameters

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

## Response `200`

OK

- PaginatedFiles
  - `values` File[] — 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.
    - `kind` 'DatasetReport' | 'Audio' | 'LanguageData' | 'PronunciationData' | 'AcousticDataArchive' | 'AcousticDataTranscriptionV2' | 'Transcription' | 'TranscriptionReport' | 'EvaluationDetails' | 'ModelReport' | 'OutputFormattingData' — Type of data.
    - `links` FileLinks
      - `contentUrl` string, uri — The url to retrieve the content of this file.
    - `createdDateTime` string, date-time — The creation time of this file. The time stamp is encoded as ISO 8601 date and time format (see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).
    - `properties` FileProperties
      - `size` integer — The size of the data in bytes.
      - `duration` string — The duration in case this file is an audio file. The duration is encoded as ISO 8601 duration ("PnYnMnDTnHnMnS", see https://en.wikipedia.org/wiki/ISO_8601#Durations).
    - `name` string — The name of this file.
    - `self` string, uri — The location of this 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)
