v1

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

Lists the aliases of a specified image or image version.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListAliases' required

Request body

ImageNamestring required

The name of the image.

Aliasstring

The alias of the image version.

Versioninteger

The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

MaxResultsinteger

The maximum number of aliases to return.

NextTokenstring

If the previous call to <code>ListAliases</code> didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.

Response

Success

SageMakerImageVersionAliasesSageMakerImageVersionAlias[]

A list of SageMaker image version aliases.

NextTokenstring

A token for getting the next set of aliases, if more aliases exist.