# Display webhook logs

> On the Webhook Logs page, you can check how webhooks have been used in your rules.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

<FeatureAccessInfoBox>
Only admins and Application admins have access to this feature.
</FeatureAccessInfoBox>

To open the webhook logs:

1. In the lower-left corner,
   click <Account className="icon"/> **Account** > <Logs className="icon"/> **Logs**.
1. Click **Webhook Logs**.

The **Webhook Logs** page contains the following information:

{

  <colgroup>
    <col span="1" style={{width:25+"%"}}/>
    <col span="1" style={{width:75+"%"}}/>
  </colgroup>
  
    
      Column
      Description
    
  
  
    
      Webhook
      Name of the webhook as it appears in your effects.
    
    Webhook request IDUnique identifier of a given webhook request. This value stays the same for all retries.
    URLURL of the receiving service.
    Response codeHTTP response status code.
    TimeDate and time when the session was created in the Application time zone setting.
  

}

:::note
These results are deleted after 7 days.
:::

:::tip
- To expand a result and view its details, click the icon to its left.
  This reveals:
  - **Request** tab: Displays the request.
  - **Response** tab: Displays the response and the status code.
- To refresh the results, in the top-right corner, click <Refresh className="icon" /> **Refresh**.
- Use the available filtering options to narrow down your search.
:::

## Related pages

- [Manage webhooks](/docs/product/account/dev-tools/manage-webhooks.md)
