---
title: "GET /datasets"
method: GET
path: "/datasets"
---

# GET /datasets

`GET /datasets`

Lists all datasets in the caller's account, paginated.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListDatasetsResponse
  - `datasets` DatasetSummary[], required — The list of datasets.
    - `datasetArn` string, required — The Amazon Resource Name (ARN) of the dataset.
    - `datasetId` string, required — The unique identifier of the dataset.
    - `datasetName` string, required — The name of the dataset.
    - `description` string — The description of the dataset.
    - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'ACTIVE' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED', required — The current status of the dataset.
    - `draftStatus` 'MODIFIED' | 'UNMODIFIED' — Publish synchronization state. Only authoritative when status is ACTIVE.
    - `schemaType` 'AGENTCORE_EVALUATION_PREDEFINED_V1' | 'AGENTCORE_EVALUATION_SIMULATED_V1', required — The schema type of the dataset.
    - `exampleCount` integer, required — The number of examples in the dataset.
    - `createdAt` string, date-time, required — The timestamp when the dataset was created.
    - `updatedAt` string, date-time, required — The timestamp when the dataset was last updated.
  - `nextToken` string — The token for the next page of results, or null if there are no more results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServerException

---

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