# 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="/files/yNgjxbUK1ESMqUJxzpLY" 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="/files/T3sshIPrSn4NvwgNa84Z" 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="/files/PbQudjKkcokFXHKR7Cxu" alt=""><figcaption><p>Details about a webhook request</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/tutorials/guides/how-to-use-webhooks/how-to-view-webhook-request-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
