v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463278347.3 KB

Returns a list of dataset import jobs created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a> operation. For each import job, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the ARN with the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a> operation. You can filter the list by providing an array of <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_Filter.html">Filter</a> objects.

post/#X-Amz-Target=AmazonForecast.ListDatasetImportJobs

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AmazonForecast.ListDatasetImportJobs' required

Request body

NextTokenstring

If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

MaxResultsinteger

The number of items to return in the response.

Response

Success

NextTokenstring

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.