Skip to main content

List Quality Tasks for a Dataset

Retrieve a list of all quality tasks for a given dataset. Returns an array of QualityTask objects. If no datasetId is provided, returns all quality tasks.

Query Parameters
datasetId string

Id of the dataset for which all quality tasks are requested. Format: 'datastore.database.dataset'. If omitted, returns all quality tasks.

datasetId string

Id of the dataset for which all quality are requested

Responses
200

List of quality tasks for the specified dataset.

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

Unauthorized access.

500

Internal server error.