v1

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

Lists the machine learning algorithms that have been created.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListAlgorithms' required

Request body

CreationTimeAfterstring date-time

A filter that returns only algorithms created after the specified time (timestamp).

CreationTimeBeforestring date-time

A filter that returns only algorithms created before the specified time (timestamp).

MaxResultsinteger

The maximum number of algorithms to return in the response.

NameContainsstring

A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.

NextTokenstring

If the response to a previous <code>ListAlgorithms</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of algorithms, use the token in the next request.

SortBy'Name' | 'CreationTime'

The parameter by which to sort the results. The default is <code>CreationTime</code>.

SortOrder'Ascending' | 'Descending'

The sort order for the results. The default is <code>Ascending</code>.

Response

Success

NextTokenstring

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.