---
title: "Get Data Buckets"
method: GET
path: "/data"
tags: ["Data"]
---

# Get Data Buckets

`GET /data`

The Data endpoint returns a list of Data Buckets.

## Response `200`

An array of Data Buckets (without data)

- DataBucket[]
  - `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

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