---
title: "GET /documents/v2/datasets/{dataset_id}"
method: GET
path: "/documents/v2/datasets/{dataset_id}"
tags: ["datasets"]
---

# GET /documents/v2/datasets/{dataset_id}

`GET /documents/v2/datasets/{dataset_id}`

## Path parameters

- `dataset_id` string, required

## Response `200`

Dataset retrieved successfully

- Dataset
  - `name` string, required — The name of the dataset. This is a human-readable name that identifies the dataset.
  - `dataset_id` string, required — The unique identifier for the dataset. This identifier is used to refer to the dataset in API endpoints and operations. This value is automatically generated and is unique within the organization and project context.
  - `description` string, nullable — An optional description of the dataset. This description is the one provided during dataset creation or update.
  - `status` 'idle' | 'processing', required
  - `created_at` string, required — The date and time when the dataset was created. The data is in RFC 3339 format (e.g., "2023-10-01T12:00:00Z").
  - `updated_at` string, required — The date and time when the dataset was last updated. The data is in RFC 3339 format (e.g., "2023-10-01T12:00:00Z").

## Other responses

- `401` — Unauthorized. Invalid or missing credentials
- `403` — Forbidden. You do not have permission to access this resource
- `404` — Dataset not found
- `500` — Internal server error

---

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