Retrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_get_scheduled_query_history.RdRetrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_get_scheduled_query_history/ for full documentation.
Usage
cloudwatchlogs_get_scheduled_query_history(
identifier,
startTime,
endTime,
executionStatuses = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- identifier
[required] The ARN or name of the scheduled query to retrieve history for.
- startTime
[required] The start time for the history query in Unix epoch format.
- endTime
[required] The end time for the history query in Unix epoch format.
- executionStatuses
An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
- maxResults
The maximum number of history records to return. Valid range is 1 to 1000.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.