v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434243162.5 KB

Lists information about dataset contents that have been created.

get/datasets/{datasetName}/contents

Path parameters

datasetNamestring required

The name of the dataset whose contents information you want to list.

Query parameters

nextTokenstring

The token for the next set of results.

maxResultsinteger

The maximum number of results to return in this request.

scheduledOnOrAfterstring date-time

A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field <code>triggers.schedule</code> in the <code>CreateDataset</code> request. (timestamp)

scheduledBeforestring date-time

A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field <code>triggers.schedule</code> in the <code>CreateDataset</code> request. (timestamp)

Response

Success

nextTokenstring

The token to retrieve the next set of results, or <code>null</code> if there are no more results.