v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

get/model-import-jobs

Query parameters

creationTimeAfterstring date-time

Return import jobs that were created after the specified time.

creationTimeBeforestring date-time

Return import jobs that were created before the specified time.

statusEquals'InProgress' | 'Completed' | 'Failed'

Return imported jobs with the specified status.

nameContainsstring

Return imported jobs only if the job name contains these characters.

maxResultsinteger

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.

nextTokenstring

If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.

sortBy'CreationTime'

The field to sort by in the returned list of imported jobs.

sortOrder'Ascending' | 'Descending'

Specifies whether to sort the results in ascending or descending order.

Response

Success

nextTokenstring

If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.