---
title: "Get the CDF (Cloudbeds Data Field) picklist options"
method: GET
path: "/datainsights/v1.1/datasets/{dataset_id}/{cdf}"
tags: ["Datasets"]
---

# Get the CDF (Cloudbeds Data Field) picklist options

`GET /datainsights/v1.1/datasets/{dataset_id}/{cdf}`

## Path parameters

- `dataset_id` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9, required
- `cdf` string, required

## Headers

- `X-PROPERTY-ID` integer, required

## Response `200`

OK

- CDFOptions
  - `column` string — Column name reference for description
  - `name` string — Name of the CDF
  - `description` string — Description of the CDF
  - `kind` 'String' | 'Number' | 'Dynamic' — CDF kind
  - `options` string[] — List of picklist options available for CDF

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
