---
title: "GET /prototype/datasets"
method: GET
path: "/prototype/datasets"
tags: ["Prototype Datasets"]
---

# GET /prototype/datasets

`GET /prototype/datasets`

Get information about all prototype datasets

## Response `200`

List of prototype datasets

- object
  - `data` PrototypeDataset[]
    - `uuid` string — The UUID of the dataset
    - `projectTitle` string — The title of the project
    - `projectDescription` string — The description of the project
    - `designDescription` string — A description of the dataset's design
    - `metadataDescription` string — A brief description of the metadata associated with the dataset
    - `studyAreaDescription` string — A description of the dataset's spatial extent
    - `datasetAbstract` string — An abstract of the dataset
    - `startYear` number — The start year for the time span of the dataset
    - `endYear` number — The end year for the time span of the dataset
    - `dateUploaded` string, date-time — The date the dataset was uploaded
    - `isPublished` boolean — Whether or not the dataset has been included in a publication
    - `version` string — The version of the dataset
    - `versionDescription` string — The version description
    - `doi` PrototypeDatasetDoi — Type definition for a Prototype Dataset DOI
      - `url` string — The URL of the DOI
      - `generationDate` string, date-time — The generation date of the DOI
    - `relatedVersions` PrototypeDatasetRelatedVersion[] — The related versions of this dataset
      - `datasetUuid` string — The related dataset UUID
      - `datasetProjectTitle` string — The related dataset project title
      - `datasetVersion` string — The related dataset version
    - `data` PrototypeDatasetDataDetail — The dataset's data files
      - `url` string — The data URL for accessing the data files for the dataset
      - `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
    - `dataThemes` string[] — List of themes to which the dataset belongs
    - `fileTypes` PrototypeFileType[] — List of file types to which the dataset belongs
      - `name` string — The name of the file type (CSV, PDF, HDF5, etc)
      - `description` string — A description of the file type
    - `keywords` string[] — List of words and phrases associated with the dataset
    - `locations` PrototypeLocation[] — List of locations of the dataset's spatial extent
      - `domain` string — Three character domain abbreviation (D01, D02, etc) for the domain this site is in
      - `state` string — Two letter state code that this site is in
      - `siteCode` string — Four character code for the site
      - `siteName` string — Full name for the site
      - `latitude` string — Decimal latitude for the location
      - `longitude` string — Decimal longitude for the location
    - `publicationCitations` PrototypePublicationCitation[] — List of publication citations involving the dataset
      - `citation` string — The citation associated with a publication involving the dataset
      - `citationIdentifier` string — The citation identifier (DOI, arXiv, URL) associated with a publication involving the dataset
      - `citationIdentifierType` string — The citation identifier type associated with a publication involving the dataset (DOI, arXiv, URL)
    - `relatedDataProducts` PrototypeRelatedDataProduct[] — List of data product's that the dataset is related to
      - `dataProductIdq` string — Revisioned, long code for the data product (NEON.DOM.SITE.DP1.00001.001, etc.)
      - `dataProductCode` string — Revisioned, shortened code for the data product (DP1.00001.001, DP1.10072.001, etc.)
      - `dataProductName` string — The name of the data product
      - `dataProductDescription` string — A brief description of the data product
    - `scienceTeams` string[] — List of responsible science teams for the dataset

## Other responses

- `default` — General error

---

[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)
