---
title: "Gets one specific file (identified with fileId) from an evaluation (identified with id)."
method: GET
path: "/evaluations/{id}/files/{fileId}"
tags: ["Custom Speech model evaluations:"]
---

# Gets one specific file (identified with fileId) from an evaluation (identified with id).

`GET /evaluations/{id}/files/{fileId}`

## Path parameters

- `id` string, uuid, required
- `fileId` string, uuid, required

## Query parameters

- `sasValidityInSeconds` integer

## Response `200`

OK

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

## 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)
