v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.

post/#X-Amz-Target=SageMaker.ListImages

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListImages' required

Request body

CreationTimeAfterstring date-time

A filter that returns only images created on or after the specified time.

CreationTimeBeforestring date-time

A filter that returns only images created on or before the specified time.

LastModifiedTimeAfterstring date-time

A filter that returns only images modified on or after the specified time.

LastModifiedTimeBeforestring date-time

A filter that returns only images modified on or before the specified time.

MaxResultsinteger

The maximum number of images to return in the response. The default value is 10.

NameContainsstring

A filter that returns only images whose name contains the specified string.

NextTokenstring

If the previous call to <code>ListImages</code> didn't return the full set of images, the call returns a token for getting the next set of images.

SortBy'CREATION_TIME' | 'LAST_MODIFIED_TIME' | 'IMAGE_NAME'

The property used to sort results. The default value is <code>CREATION_TIME</code>.

SortOrder'ASCENDING' | 'DESCENDING'

The sort order. The default value is <code>DESCENDING</code>.

Response

Success

NextTokenstring

A token for getting the next set of images, if there are any.