v1

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

Returns list of all monitoring schedules.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListMonitoringSchedules' required

Request body

EndpointNamestring

Name of a specific endpoint to fetch schedules for.

SortBy'Name' | 'CreationTime' | '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.

NameContainsstring

Filter for monitoring schedules whose name contains a specified string.

CreationTimeBeforestring date-time

A filter that returns only monitoring schedules created before a specified time.

CreationTimeAfterstring date-time

A filter that returns only monitoring schedules created after a specified time.

LastModifiedTimeBeforestring date-time

A filter that returns only monitoring schedules modified before a specified time.

LastModifiedTimeAfterstring date-time

A filter that returns only monitoring schedules modified after a specified time.

StatusEquals'Pending' | 'Failed' | 'Scheduled' | 'Stopped'

A filter that returns only monitoring schedules modified before a specified time.

MonitoringJobDefinitionNamestring

Gets a list of the monitoring schedules for the specified monitoring job definition.

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

A filter that returns only the monitoring schedules for 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 request.