

# DescribeTrails
<a name="API_DescribeTrails"></a>

Retrieves settings for one or more trails associated with the current Region for your account.

## Request Syntax
<a name="API_DescribeTrails_RequestSyntax"></a>

```
{
   "includeShadowTrails": boolean,
   "trailNameList": [ "string" ]
}
```

## Request Parameters
<a name="API_DescribeTrails_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [includeShadowTrails](#API_DescribeTrails_RequestSyntax) **   <a name="awscloudtrail-DescribeTrails-request-includeShadowTrails"></a>
Specifies whether to include shadow trails in the response. A shadow trail is the replication in a Region of a trail that was created in a different Region, or in the case of an organization trail, the replication of an organization trail in member accounts. If you do not include shadow trails, organization trails in a member account and Region replication trails will not be returned. The default is true.  
Type: Boolean  
Required: No

 ** [trailNameList](#API_DescribeTrails_RequestSyntax) **   <a name="awscloudtrail-DescribeTrails-request-trailNameList"></a>
Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:  
 `arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`   
If an empty list is specified, information for the trail in the current Region is returned.  
+ If an empty list is specified and `IncludeShadowTrails` is false, then information for all trails in the current Region is returned.
+ If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current Region and any associated shadow trails in other Regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current Region and current account. To return information about a trail in another Region, you must specify its trail ARN.
Type: Array of strings  
Required: No

## Response Syntax
<a name="API_DescribeTrails_ResponseSyntax"></a>

```
{
   "trailList": [ 
      { 
         "CloudWatchLogsLogGroupArn": "string",
         "CloudWatchLogsRoleArn": "string",
         "HasCustomEventSelectors": boolean,
         "HasInsightSelectors": boolean,
         "HomeRegion": "string",
         "IncludeGlobalServiceEvents": boolean,
         "IsMultiRegionTrail": boolean,
         "IsOrganizationTrail": boolean,
         "KmsKeyId": "string",
         "LogFileValidationEnabled": boolean,
         "Name": "string",
         "S3BucketName": "string",
         "S3KeyPrefix": "string",
         "SnsTopicARN": "string",
         "SnsTopicName": "string",
         "TrailARN": "string"
      }
   ]
}
```

## Response Elements
<a name="API_DescribeTrails_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [trailList](#API_DescribeTrails_ResponseSyntax) **   <a name="awscloudtrail-DescribeTrails-response-trailList"></a>
The list of trail objects. Trail objects with string values are only returned if values for the objects exist in a trail's configuration. For example, `SNSTopicName` and `SNSTopicARN` are only returned in results if a trail is configured to send SNS notifications. Similarly, `KMSKeyId` only appears in results if a trail's log files are encrypted with AWS KMS customer managed keys.  
Type: Array of [Trail](API_Trail.md) objects

## Errors
<a name="API_DescribeTrails_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** CloudTrailARNInvalidException **   
This exception is thrown when an operation is called with an ARN that is not valid.  
The following is the format of a trail ARN: `arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`   
The following is the format of an event data store ARN: `arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE`   
The following is the format of a dashboard ARN: `arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash`   
The following is the format of a channel ARN: `arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890`   
HTTP Status Code: 400

 ** InvalidTrailNameException **   
This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:  
+ Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (\$1), or dashes (-)
+ Start with a letter or number, and end with a letter or number
+ Be between 3 and 128 characters
+ Have no adjacent periods, underscores or dashes. Names like `my-_namespace` and `my--namespace` are not valid.
+ Not be in IP address format (for example, 192.168.5.4)
HTTP Status Code: 400

 ** NoManagementAccountSLRExistsException **   
 This exception is thrown when the management account does not have a service-linked role.   
HTTP Status Code: 400

 ** OperationNotPermittedException **   
This exception is thrown when the requested operation is not permitted.  
HTTP Status Code: 400

 ** UnsupportedOperationException **   
This exception is thrown when the requested operation is not supported.  
HTTP Status Code: 400

## See Also
<a name="API_DescribeTrails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/cloudtrail-2013-11-01/DescribeTrails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cloudtrail-2013-11-01/DescribeTrails) 