# How to view webhook request history

## Viewing request history

In order to view the request history for a webhook, Right-click on the webhook you created and select "View Webhook Requests." This action will take you to a page displaying all requests triggered by the webhook, along with response codes indicating the status of each request.&#x20;

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2FbKas6YuAj8TZkvmQ5LhQ%2Fimage.png?alt=media&#x26;token=0c9d442e-712e-4a94-8ce8-f9fdcc91bda5" alt=""><figcaption></figcaption></figure>

## Example of webhook request history

In the image below, the webhook "TestWebhook" has made three requests based on events where variants were updated. Each request has a unique UID, and all three were successful, as indicated by the **200** response code received.

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2F6RLGaNg66mapE9ScKoPa%2Fimage.png?alt=media&#x26;token=4ed83c85-71ab-4caa-833c-e63529f8b431" alt=""><figcaption><p>Webhook request history</p></figcaption></figure>

Furthermore, you can also inspect each request by clicking on them to view a more detailed report for each request. Here you will be able to see everything from the request headers to the response headers and the request body.

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2Ff2B63FoJ0ouEnyq34GO2%2Fimage.png?alt=media&#x26;token=9e8935ba-c542-46fe-9ee4-693965e687c6" alt=""><figcaption><p>Details about a webhook request</p></figcaption></figure>
