---
title: "Get dataset"
method: GET
path: "/api/v1/datasets/{datasetId}"
tags: ["FAQ"]
---

# Get dataset

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

Retrieves the dataset for the given dataset ID.

## Path parameters

- `datasetId` string, required

## Response `200`

A successful response.

- V1Dataset — A collection of answers with matching questions. There can be multiple matching questions per answer.
  - `datasetId` string, uuid — The unique ID for the dataset.
  - `name` string — The name of the dataset.
  - `createdAt` string, timestamp — The timestamp of dataset creation. Uses the [ISO-8601 standard](https://en.wikipedia.org/wiki/ISO_8601).
  - `updatedAt` string, timestamp — The timestamp of last update. Uses the [ISO-8601 standard](https://en.wikipedia.org/wiki/ISO_8601).
  - `isTemplate` boolean — Whether this dataset is a template dataset or not. Template datasets are used as examples and can be found under the `Templates` tab in the [dataset overview of the dashboard](https://dashboard.messagebird.com/knowledge-base/list). You can clone such datasets to kickstart the creation of a dataset that is tailored to your use-case.
  - `description` string — The optional description of the dataset.
  - `lastTrainedAt` string, timestamp — The timestamp of last model that completed training. Uses the [ISO-8601 standard](https://en.wikipedia.org/wiki/ISO_8601).

## Other responses

- `401` — Returned when the user is not authorized.
- `404` — Returned when the resource does not exist.
- `default` — An unexpected error response.

---

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