v1

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

Returns list of all monitoring job executions.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListMonitoringExecutions' required

Request body

MonitoringScheduleNamestring

Name of a specific schedule to fetch jobs for.

EndpointNamestring

Name of a specific endpoint to fetch jobs for.

SortBy'CreationTime' | 'ScheduledTime' | 'Status'

Whether to sort results by <code>Status</code>, <code>CreationTime</code>, <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.

SortOrder'Ascending' | 'Descending'

Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.

NextTokenstring

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

MaxResultsinteger

The maximum number of jobs to return in the response. The default value is 10.

ScheduledTimeBeforestring date-time

Filter for jobs scheduled before a specified time.

ScheduledTimeAfterstring date-time

Filter for jobs scheduled after a specified time.

CreationTimeBeforestring date-time

A filter that returns only jobs created before a specified time.

CreationTimeAfterstring date-time

A filter that returns only jobs created after a specified time.

LastModifiedTimeBeforestring date-time

A filter that returns only jobs modified after a specified time.

LastModifiedTimeAfterstring date-time

A filter that returns only jobs modified before a specified time.

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

A filter that retrieves only jobs with a specific status.

MonitoringJobDefinitionNamestring

Gets a list of the monitoring job runs of the specified monitoring job definitions.

MonitoringTypeEquals'DataQuality' | 'ModelQuality' | 'ModelBias' | 'ModelExplainability'

A filter that returns only the monitoring job runs of the specified monitoring type.

Response

Success

NextTokenstring

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