v1

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

Gets a list of the projects in an Amazon Web Services account.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListProjects' required

Request body

CreationTimeAfterstring date-time

A filter that returns the projects that were created after a specified time.

CreationTimeBeforestring date-time

A filter that returns the projects that were created before a specified time.

MaxResultsinteger

The maximum number of projects to return in the response.

NameContainsstring

A filter that returns the projects whose name contains a specified string.

NextTokenstring

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

SortBy'Name' | 'CreationTime'

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

SortOrder'Ascending' | 'Descending'

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

Response

Success

NextTokenstring

If the result of the previous <code>ListCompilationJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model compilation jobs, use the token in the next request.