---
title: "Gets the list of audio and transcription logs that have been stored for a given endpoint."
method: GET
path: "/endpoints/{id}/files/logs"
tags: ["Custom Speech endpoints:"]
---

# Gets the list of audio and transcription logs that have been stored for a given endpoint.

`GET /endpoints/{id}/files/logs`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `sasValidityInSeconds` integer
- `skipToken` string
- `top` integer

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