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