---
title: "GET /datasets/{datasetName}/content"
method: GET
path: "/datasets/{datasetName}/content"
---

# GET /datasets/{datasetName}/content

`GET /datasets/{datasetName}/content`

Retrieves the contents of a dataset as presigned URIs.

## Path parameters

- `datasetName` string, required

## Query parameters

- `versionId` string

## Response `200`

Success

- GetDatasetContentResponse
  - `entries` DatasetEntry[] — A list of <code>DatasetEntry</code> objects.
    - `entryName` string — The name of the dataset item.
    - `dataURI` string — The presigned URI of the dataset item.
  - `timestamp` string, date-time — The time when the request was made.
  - `status` object — The status of the dataset content.
    - `state` 'CREATING' | 'SUCCEEDED' | 'FAILED' — The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
    - `reason` string — The reason the dataset contents are in this state.

## Other responses

- `480` — InvalidRequestException
- `481` — ResourceNotFoundException
- `482` — InternalFailureException
- `483` — ServiceUnavailableException
- `484` — ThrottlingException

---

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