Skip to contents

Returns the results from the specified query.

See https://www.paws-r-sdk.com/docs/cloudwatchlogs_get_query_results/ for full documentation.

Usage

cloudwatchlogs_get_query_results(queryId, nextToken = NULL, maxItems = NULL)

Arguments

queryId

[required] The ID number of the query.

nextToken

The token for the next set of items to return. The token expires after 1 hour.

maxItems

The maximum number of log events to return in the response. The maximum is 10,000 log events per request. You can retrieve up to 100,000 log event results from a query by paginating with the nextToken.