v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434161161.5 KB

Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.

This command runs only in the us-east-1 Region.

post/#X-Amz-Target=Route53Domains_v20140515.ListOperations

Query parameters

MaxItemsstring

Pagination limit

Markerstring

Pagination token

Headers

X-Amz-Target'Route53Domains_v20140515.ListOperations' required

Request body

SubmittedSincestring date-time

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Markerstring

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional operations. Get the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element.

MaxItemsinteger
<p>Number of domains to be returned.</p> <p>Default: 20</p>
StatusOperationStatus[]

The status of the operations.

TypeOperationType[]

An arrays of the domains operation types.

SortBy'SubmittedDate'

The sort type for returned values.

SortOrder'ASC' | 'DESC'

The sort order ofr returned values, either ascending or descending.

Response

Success

NextPageMarkerstring

If there are more operations than you specified for <code>MaxItems</code> in the request, submit another request and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.