---
title: "GET /training-dataset"
method: GET
path: "/training-dataset"
---

# GET /training-dataset

`GET /training-dataset`

Returns a list of training datasets.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListTrainingDatasetsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `trainingDatasets` TrainingDatasetSummary[], required — The training datasets that match the request.
    - `createTime` string, date-time, required — The time at which the training dataset was created.
    - `updateTime` string, date-time, required — The most recent time at which the training dataset was updated.
    - `trainingDatasetArn` string, required — The Amazon Resource Name (ARN) of the training dataset.
    - `name` string, required — The name of the training dataset.
    - `status` 'ACTIVE', required — The status of the training dataset.
    - `description` string — The description of the training dataset.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException

---

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