v1

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

List the export jobs for the Amazon SageMaker Model Card.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListModelCardExportJobs' required

Request body

ModelCardNamestring required

List export jobs for the model card with the specified name.

ModelCardVersioninteger

List export jobs for the model card with the specified version.

CreationTimeAfterstring date-time

Only list model card export jobs that were created after the time specified.

CreationTimeBeforestring date-time

Only list model card export jobs that were created before the time specified.

ModelCardExportJobNameContainsstring

Only list model card export jobs with names that contain the specified string.

StatusEquals'InProgress' | 'Completed' | 'Failed'

Only list model card export jobs with the specified status.

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

Sort model card export jobs by either name or creation time. Sorts by creation time by default.

SortOrder'Ascending' | 'Descending'

Sort model card export jobs by ascending or descending order.

NextTokenstring

If the response to a previous <code>ListModelCardExportJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model card export jobs, use the token in the next request.

MaxResultsinteger

The maximum number of model card export jobs to list.

Response

Success

NextTokenstring

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