v1

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

Gets a list of the pipeline executions.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListPipelineExecutions' required

Request body

PipelineNamestring required

The name of the pipeline.

CreatedAfterstring date-time

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

CreatedBeforestring date-time

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

SortBy'CreationTime' | 'PipelineExecutionArn'

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

SortOrder'Ascending' | 'Descending'

The sort order for results.

NextTokenstring

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

MaxResultsinteger

The maximum number of pipeline executions to return in the response.

Response

Success

NextTokenstring

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