Skip to content

getDataSet

function getDataSet(options): Promise<GetDataSetResponse>;

Defined in: packages/synapse-core/src/sp.ts:244

Get a data set from the PDP API.

GET /pdp/data-sets/{dataSetId}

ParameterTypeDescription
optionsGetDataSetOptionsThe options for the get data set from the PDP API.

Promise<GetDataSetResponse>

The data set from the PDP API.