v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466276261.1 KB

Returns a list of dataset import jobs that use the given dataset. When a dataset is not specified, all the dataset import jobs associated with the account are listed. The response provides the properties for each dataset import job, including the Amazon Resource Name (ARN). For more information on dataset import jobs, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</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.ListDatasetImportJobs

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'AmazonPersonalize.ListDatasetImportJobs' required

Request body

datasetArnstring

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

nextTokenstring

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

maxResultsinteger

The maximum number of dataset import jobs to return.

Response

Success

nextTokenstring

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