---
title: "Gets a dataset by its id."
method: GET
path: "/dataset/{datasetId}"
tags: ["Dataset"]
---

# Gets a dataset by its id.

`GET /dataset/{datasetId}`

## Path parameters

- `datasetId` string, required

## Response `200`

OK

- GetDatasetByIdEndpointOutput
  - `name` string, required — The name of the dataset.

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