> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CloudWatch Logs Start Query

Schedules a query of a log group using CloudWatch Logs Insights. You specify the log group and time range to query and the query string to use.

For more information, see [CloudWatch Logs Insights Query Syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html).

Queries time out after 15 minutes of execution. If your queries are timing out, reduce the time range being searched or partition your query into a number of queries.

<Note>
  External Documentation

  To learn more, visit the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartQuery.html).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                               |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | AWS Region(s)   | Enter the desired AWS Region(s).<br /><br />To execute the action in multiple regions, provide a comma-separated list.<br />For example: `us-east-1,eu-west-2`.<br /><br />If you wish to run the action in all available regions, use the asterisk symbol (`*`) instead. |
  | End Time        | The end of the time range to query. The range is inclusive, so the specified end time is included in the query.<br />Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.                                                                  |
  | Log Group Name  | The log group on which to perform the query.<br />A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.                                                                                                                          |
  | Log Group Names | The list of log groups to be queried. You can include up to 20 log groups.<br />A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.                                                                                            |
  | Query String    | The query string to use. For more information, see CloudWatch Logs Insights Query Syntax (https:docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL\_QuerySyntax.html).                                                                                                  |
  | Start Time      | The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query.<br />Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.                                                          |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                                                                                                                                   |
  | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format.                                                                                                                 |
  | Limit                            | The maximum number of log events to return in the query.<br />If the query string uses the fields command, only the specified fields and their values are returned.<br />The default is 1000. |
</div>

## Example Output

```json theme={"dark"}
{
	"queryId": "string"
}
```

## Workflow Library Example

[Cloudwatch Logs Start Query with Aws and Send Results Via Email](https://library.blinkops.com/workflows/cloudwatch-logs-start-query-with-aws-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/cloudwatch-logs-start-query-with-aws-and-send-results-via-email/canvas" />
</div>
