---
title: "Get Data Bucket"
method: GET
path: "/data/{key}"
tags: ["Data"]
---

# Get Data Bucket

`GET /data/{key}`

Returns a given Data Bucket by key.

## Path parameters

- `key` string, required

## Response `200`

A single Data Bucket, including the data

- DataBucket — The container for an array of data stored within Cyclotron
  - `key` string — Uniquely identifying key of the Data Bucket.
  - `createdDate` string, date-time — Date/time the Data Bucket was created.
  - `lastModifiedDate` string, date-time — Date/time of the last modification.
  - `rev` integer — Current revision number of the Dashboard.
  - `data` unknown[] — Array of data contained in the Data Bucket.
    - unknown

## Other responses

- `404` — Data Bucket not found.
- `500` — Server error.

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
