---
title: "GET /prototype/data/{uuid}"
method: GET
path: "/prototype/data/{uuid}"
tags: ["Prototype Datasets"]
---

# GET /prototype/data/{uuid}

`GET /prototype/data/{uuid}`

Get information about data files for the prototype dataset

## Path parameters

- `uuid` string, required

## Response `200`

Available data for the prototype dataset

- object
  - `data` PrototypeDatasetData — Type definition for prototype dataset data
    - `datasetUuid` string — The dataset UUID
    - `datasetProjectTitle` string — The title of the project
    - `files` PrototypeDataFile[] — List of data files for the dataset
      - `name` string — The name of the data file
      - `description` string — A description of the data file
      - `fileSize` string — File size in bytes
      - `fileName` string — The filename of the file
      - `md5` string — MD5 checksum value in hex
      - `url` string — Download URL for the file
      - `type` PrototypeDataFileType — Type definition for prototype dataset data file type
        - `name` string — The name of the data file type
        - `description` string — The description of the data file type
    - `dataLocations` PrototypeDataLocation[] — List of data locations for the dataset
      - `path` string — The path or URL to the data location
      - `description` string — A description of the data location referenced by the path
      - `metadata` boolean — Indicates that this data location refers to metadata exclusively

## Other responses

- `400` — Prototype dataset not found
- `default` — General error

## Changes

- **2021-05-13** `bccfdbb9243a` — 1 info
  - endpoint added
- **2020-03-17** `6b4aedeaf791` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/neonscience/apis/neon-data-api-requests/changes/prototype/data/:uuid/get.md)

---

[API](https://skmtc.dev/neonscience/apis/neon-data-api-requests.md) · [All operations](https://skmtc.dev/neonscience/apis/neon-data-api-requests/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neonscience/neon-data-api-requests/revisions/e108051ab4bc/schema)
