v1

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

Gets a list of labeling jobs.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListLabelingJobs' required

Request body

CreationTimeAfterstring date-time

A filter that returns only labeling jobs created after the specified time (timestamp).

CreationTimeBeforestring date-time

A filter that returns only labeling jobs created before the specified time (timestamp).

LastModifiedTimeAfterstring date-time

A filter that returns only labeling jobs modified after the specified time (timestamp).

LastModifiedTimeBeforestring date-time

A filter that returns only labeling jobs modified before the specified time (timestamp).

MaxResultsinteger

The maximum number of labeling jobs to return in each page of the response.

NextTokenstring

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

NameContainsstring

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

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>.

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

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

Response

Success

NextTokenstring

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