v1

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

Lists notebook instance lifestyle configurations created with the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a> API.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListNotebookInstanceLifecycleConfigs' required

Request body

NextTokenstring

If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was truncated, the response includes a <code>NextToken</code>. To get the next set of lifecycle configurations, use the token in the next request.

MaxResultsinteger

The maximum number of lifecycle configurations to return in the response.

SortBy'Name' | 'CreationTime' | 'LastModifiedTime'

Sorts the list of results. The default is <code>CreationTime</code>.

SortOrder'Ascending' | 'Descending'

The sort order for results.

NameContainsstring

A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.

CreationTimeBeforestring date-time

A filter that returns only lifecycle configurations that were created before the specified time (timestamp).

CreationTimeAfterstring date-time

A filter that returns only lifecycle configurations that were created after the specified time (timestamp).

LastModifiedTimeBeforestring date-time

A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).

LastModifiedTimeAfterstring date-time

A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).

Response

Success

NextTokenstring

If the response is truncated, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.