# Webhook Logs

![](/files/fHUZ5ytF5LeiZxmjJhUD)

The Webhook Logs page allows you to see recent webhooks for a Graffle project sent to your system along with allowing you to search through all webhooks by Flow Event, Transaction Id, Event Indexer Id ,or whether it was successful or failed.

![](/files/xED28ftr9RNWgZzn0Z9i)

If you need to replay multiple webhooks, you can do that by checking the box in the table that you wish to replay. After that, you can click the replay button at the top right of the  table to replay all those events. Pushing Replay will open a new page with the original locations the webhooks tried to send to.

![](/files/t5IlUlMne5e547CFdV20)

From here you can choose to replace the original URL for the replay. Once you have made your adjustments you can press the replay button to confirm sending out the webhooks.

![](/files/FMfSlnG4ELwutUChRPWX)

If you need to see more detail about a Webhook Log you can click the arrow on the far right of the row. This will open a new window allowing you to see detailed information such as Project Details, Send Attempts, etc.

![](/files/yOaRZB8VgmI8uk5MzYPD)

You can open each send attempt to get even more detailed information by clicking the arrow to the left of the attempt. This will give you information on the request body sent along with the response body we receive from your system.


---

# 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.graffle.io/graffle-docs/graffle-management-dashboard/webhook-logs.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.
