v1

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

Returns the list of all inference experiments.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListInferenceExperiments' required

Request body

NameContainsstring

Selects inference experiments whose names contain this name.

Type'ShadowMode'

Selects inference experiments of this type. For the possible types of inference experiments, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html">CreateInferenceExperiment</a>.

StatusEquals'Creating' | 'Created' | 'Updating' | 'Running' | 'Starting' | 'Stopping' | 'Completed' | 'Cancelled'

Selects inference experiments which are in this status. For the possible statuses, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>.

CreationTimeAfterstring date-time

Selects inference experiments which were created after this timestamp.

CreationTimeBeforestring date-time

Selects inference experiments which were created before this timestamp.

LastModifiedTimeAfterstring date-time

Selects inference experiments which were last modified after this timestamp.

LastModifiedTimeBeforestring date-time

Selects inference experiments which were last modified before this timestamp.

SortBy'Name' | 'CreationTime' | 'Status'

The column by which to sort the listed inference experiments.

SortOrder'Ascending' | 'Descending'

The direction of sorting (ascending or descending).

NextTokenstring

The response from the last list when returning a list large enough to need tokening.

MaxResultsinteger

The maximum number of results to select.

Response

Success

NextTokenstring

The token to use when calling the next page of results.