> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Logs

The Webhook Logs page helps monitor and debug all webhook activity triggered from the platform. It provides visibility into request status, execution time, and delivery performance.

## How to Navigate

1. Go to the Home Dashboard.
2. From the left side panel, click on **Logs**.
3. Select the **Webhooks** tab at the top of the page.

<Frame>
  <img src="https://mintcdn.com/sigmamindai/zMYlB_1ngKAQ2qID/images/agents/webhooklog.png?fit=max&auto=format&n=zMYlB_1ngKAQ2qID&q=85&s=e80b845675b765a886246fbbdb95e8a1" alt="Webhooklog" width="1919" height="913" data-path="images/agents/webhooklog.png" />
</Frame>

## Key Insights

* Track all outgoing webhook requests in real time.
* View request execution details such as:
  * Request ID
  * Action name
  * HTTP method
  * Duration
  * Response status
* Quickly identify failed or delayed webhook calls.
* Filter logs using date range and timezone for easier troubleshooting.

## Common Use Cases

* Verify whether a webhook was successfully delivered.
* Debug integration issues with external services.
* Monitor webhook response times and reliability.
* Audit historical webhook activity.

## Status Indicators

* **200** → Request completed successfully.
* Failed or non-200 responses indicate delivery or integration issues requiring attention.
