---
title: "GET /api/v1/public/datasets/{datasetId}"
method: GET
path: "/api/v1/public/datasets/{datasetId}"
tags: ["Public Datasets"]
---

# GET /api/v1/public/datasets/{datasetId}

`GET /api/v1/public/datasets/{datasetId}`

Get dataset status

## Path parameters

- `datasetId` string, uuid, required

## Response `200`

Dataset details

- GetDatasetResponse
  - `id` string, uuid, required
  - `project_id` string, uuid, nullable, required
  - `name` string, required
  - `status` 'processing' | 'completed' | 'failed', required
  - `datapoints_count` integer, required
  - `created_at` string, required
  - `updated_at` string, required
  - `snapshots` object[], required — List of snapshots associated with the dataset
    - `id` string, uuid, required
    - `created_at` string, required
  - `labels` object[], required — List of labels associated with the dataset
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable, required

## Other responses

- `404` — Dataset not found

---

[API](https://skmtc.net/premai-io/apis/prem-studio-api.md) · [All operations](https://skmtc.net/premai-io/apis/prem-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/premai-io/prem-studio-api/versions/2cb1f5df1b89/schema)
