---
title: "Gets the list of uploaded blocks for this dataset."
method: GET
path: "/datasets/{id}/blocks"
tags: ["Custom Speech datasets for model adaptation:"]
---

# Gets the list of uploaded blocks for this dataset.

`GET /datasets/{id}/blocks`

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- UploadedBlocks — List of uploaded blocks.
  - `committedBlocks` ResponseBlock[] — The block description of blocks already committed.
    - `name` string — The name of the block.
    - `size` integer — The size of the block.
  - `uncommittedBlocks` ResponseBlock[] — The block description of blocks not committed to the blob.
    - `name` string — The name of the block.
    - `size` integer — The size of the block.

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