# Execution logs and troubleshooting

You can view the execution logs for your webhook action in several ways..

## Using 3-dots menu on the action card

<figure><img src="https://3203401256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdP6xFXXyeBbibro1Ywnq%2Fuploads%2FWRiTnrS0hjDZ2fnwjfXY%2Fimage.png?alt=media&#x26;token=d6dd1cd7-e6f5-4626-800c-fc377acaf85a" alt=""><figcaption></figcaption></figure>

* **Aggregate Log Data**: Returns a CSV file that provides aggregated statistics across all your action runs.:
  * Successful Runs
  * Failed Runs
  * Number of times run
  * Average Duration (s)
  * Number of errors
  * Most common error type
  * Number of 2xx responses
  * Number of 3xx responses
  * Number of 4xx responses
  * Number of 5xx responses
* **Detailed Log Data**: Returns a CSV with all action runs containing the following information:
  * Action Duration (s)
  * HTTP Status Code
  * Request URL
  * Request Method
  * Request Headers
  * Request Body
  * Response Headers
  * Response Body
  * Error type and message if any

## Using request visualizer

<figure><img src="https://3203401256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdP6xFXXyeBbibro1Ywnq%2Fuploads%2FPBMrh2Dw7BmYVEhp2ono%2FScreenshot%202025-11-03%20at%2013.25.37.png?alt=media&#x26;token=1c4f1254-a500-4614-a344-323039407aee" alt=""><figcaption></figcaption></figure>

In the preview or request logs, navigate to the selected path section to view all executed actions. For webhook actions, a new link allows you to download the action log, which contains the same information as the detailed log data from action card's 3-dot menu, containing log only for this particular execution.
