v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435184159.4 KB

Return a list of operations that occurred on an App Runner service.

The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AppRunner.ListOperations' required

Request body

ServiceArnstring required

The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.

NextTokenstring
<p>A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.</p> <p>If you don't specify <code>NextToken</code>, the request retrieves the first result page.</p>
MaxResultsinteger
<p>The maximum number of results to include in each response (result page). It's used for a paginated request.</p> <p>If you don't specify <code>MaxResults</code>, the request retrieves all available results in a single response.</p>

Response

Success

NextTokenstring

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.