v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466276261.1 KB

Returns a list of dataset export jobs that use the given dataset. When a dataset is not specified, all the dataset export jobs associated with the account are listed. The response provides the properties for each dataset export job, including the Amazon Resource Name (ARN). For more information on dataset export jobs, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetExportJob.html">CreateDatasetExportJob</a>. For more information on datasets, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>.

post/#X-Amz-Target=AmazonPersonalize.ListDatasetExportJobs

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'AmazonPersonalize.ListDatasetExportJobs' required

Request body

datasetArnstring

The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.

nextTokenstring

A token returned from the previous call to <code>ListDatasetExportJobs</code> for getting the next set of dataset export jobs (if they exist).

maxResultsinteger

The maximum number of dataset export jobs to return.

Response

Success

nextTokenstring

A token for getting the next set of dataset export jobs (if they exist).