---
title: "Get information about a specific dataset"
method: GET
path: "/v1/datasets/{dataset_name}"
tags: ["Datasets"]
---

# Get information about a specific dataset

`GET /v1/datasets/{dataset_name}`

## Path parameters

- `dataset_name` string, required

## Response `200`

Successful response

- DatasetResponse
  - `id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `status` 'UPLOADED' | 'VALIDATED' | 'ERROR' | 'DELETED'
  - `name` string
  - `description` string
  - `file_name` string
  - `file_size` integer
  - `errors` object

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.dev/luminolabs/apis/datasets-api.md) · [All operations](https://skmtc.dev/luminolabs/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/luminolabs/datasets-api/revisions/23903400640a/schema)
