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. |
| integer | query | Optional | Maximum number of results to return per page. |
| integer | query | Optional | Number of results to skip for pagination. Default: |
| string | query | Optional | Free-text search filter to match against dataset names and descriptions. |
| string | query | Optional | Field to sort results by. Accepts |
| string | query | Optional | Sort direction for results. Accepts |
| string | query | Optional | Dataset visibility filter. Accepts |
| array | query | Optional | Additional attribute values to include in the response. Accepts |
| 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 | Name for the new dataset. |
description | string | Optional | Optional description of the dataset purpose and contents. |
DeleteDatasets | Delete datasets | ||
datasetIds | array | Optional | Array of dataset string identifiers to delete. |
UpdateDatasetV2 | Update dataset | ||
name | string | Optional | Updated dataset name. |
description | string | Optional | Updated description of the dataset contents and purpose. |
CreateDataset | (Deprecated) Create dataset | ||
name | string | Optional | Name for the new dataset. |
description | string | Optional | Optional description of the dataset purpose and contents. |
UpdateDataset | (Deprecated) Update dataset | ||
name | string | Optional | Updated dataset name. |
description | string | Optional | Updated description of the dataset contents and purpose. |
HideDatasets | Hide datasets | ||
datasetIds | array | Optional | Array of dataset string identifiers to show or hide. |
ShowDatasets | Show datasets | ||
datasetIds | array | Optional | Array of dataset string identifiers to show or hide. |