---
title: "Gets the upload progress of a dataset."
method: GET
path: "/dataset/{datasetId}/progress"
tags: ["Dataset"]
---

# Gets the upload progress of a dataset.

`GET /dataset/{datasetId}/progress`

## Path parameters

- `datasetId` string, required

## Response `200`

OK

- GetDatasetProgressEndpointOutput
  - `total` integer, required — The total number of datapoints in the dataset.
  - `ready` integer, required — The number of datapoints that have been uploaded successfully.
  - `pending` integer, required — The number of datapoints that are still being processed.
  - `failed` integer, required — The number of datapoints that failed to upload.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
