

# ListWebhookItem
<a name="API_ListWebhookItem"></a>

The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.

## Contents
<a name="API_ListWebhookItem_Contents"></a>

 ** definition **   <a name="CodePipeline-Type-ListWebhookItem-definition"></a>
The detail returned for each webhook, such as the webhook authentication type and filter rules.  
Type: [WebhookDefinition](API_WebhookDefinition.md) object  
Required: Yes

 ** url **   <a name="CodePipeline-Type-ListWebhookItem-url"></a>
A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1000.  
Required: Yes

 ** arn **   <a name="CodePipeline-Type-ListWebhookItem-arn"></a>
The Amazon Resource Name (ARN) of the webhook.  
Type: String  
Required: No

 ** errorCode **   <a name="CodePipeline-Type-ListWebhookItem-errorCode"></a>
The number code of the error.  
Type: String  
Required: No

 ** errorMessage **   <a name="CodePipeline-Type-ListWebhookItem-errorMessage"></a>
The text of the error message about the webhook.  
Type: String  
Required: No

 ** lastTriggered **   <a name="CodePipeline-Type-ListWebhookItem-lastTriggered"></a>
The date and time a webhook was last successfully triggered, in timestamp format.  
Type: Timestamp  
Required: No

 ** tags **   <a name="CodePipeline-Type-ListWebhookItem-tags"></a>
Specifies the tags applied to the webhook.  
Type: Array of [Tag](API_Tag.md) objects  
Required: No

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/codepipeline-2015-07-09/ListWebhookItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/codepipeline-2015-07-09/ListWebhookItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/codepipeline-2015-07-09/ListWebhookItem) 