Skip to main content

List Profile Tasks for a Dataset

Retrieve a list of all profile tasks for a given dataset. Returns an array of ProfileTask objects for the specified datasetId.

Query Parameters
datasetId string REQUIRED

Id of the dataset for which all profile tasks are requested

Responses
200

A list of profile tasks for the specified dataset

Schema OPTIONAL
data object[]
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32
400

Invalid or missing datasetId parameter

Schema OPTIONAL
string
401

Unauthorized access