Datasets
Datasets are CSV (comma-separated values) and TSV (tab-separated values) files stored in a workspace. They are used as inputs to pipelines to simplify data management, minimize user data-input errors, and facilitate reproducible workflows.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
|---|---|---|---|---|
| integer | query | Optional | Workspace numeric identifier. If omitted, lists datasets in a user context. |
| string | query | Optional | Dataset MIME type filter (e.g., |
| string | path | Required | Dataset string identifier. |
| boolean | query | Optional | Indicates whether the uploaded file contains a header row. Default: |
| string | path | Required | Dataset version number. |
| string | path | Required | File name for the downloaded dataset content. Must match the original uploaded filename. |
| string | path | Required | Launch string identifier. |
| integer | path | Required | Workspace numeric identifier |
Request body parameters
Name | Type | Req/Opt | Description |
|---|---|---|---|
CreateDatasetV2 | Create dataset | ||
name | string | Optional | |
description | string | Optional | |
UpdateDatasetV2 | Update dataset | ||
name | string | Optional | |
description | string | Optional | |
CreateDataset | (Deprecated) Create dataset | ||
name | string | Optional | |
description | string | Optional | |
UpdateDataset | (Deprecated) Update dataset | ||
name | string | Optional | |
description | string | Optional |