v1

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

Lists processing jobs that satisfy various filters.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListProcessingJobs' required

Request body

CreationTimeAfterstring date-time

A filter that returns only processing jobs created after the specified time.

CreationTimeBeforestring date-time

A filter that returns only processing jobs created after the specified time.

LastModifiedTimeAfterstring date-time

A filter that returns only processing jobs modified after the specified time.

LastModifiedTimeBeforestring date-time

A filter that returns only processing jobs modified before the specified time.

NameContainsstring

A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

StatusEquals'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped'

A filter that retrieves only processing jobs with a specific status.

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

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

SortOrder'Ascending' | 'Descending'

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

NextTokenstring

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

MaxResultsinteger

The maximum number of processing jobs to return in the response.

Response

Success

NextTokenstring

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.