Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
Query parameters
Pagination limit
Pagination token
Headers
Request body
The maximum number of notebook instances to return.
The field to sort results by. The default is <code>Name</code>.
The sort order for results.
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.
A filter that returns only notebook instances that were created before the specified time (timestamp).
A filter that returns only notebook instances that were created after the specified time (timestamp).
A filter that returns only notebook instances that were modified before the specified time (timestamp).
A filter that returns only notebook instances that were modified after the specified time (timestamp).
A filter that returns only notebook instances with the specified status.
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.
A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.
A filter that returns only notebook instances with associated with the specified git repository.
Response
Success
If the response to the previous <code>ListNotebookInstances</code> request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.