--- id: audit-index title: Using the Audit Index with Webhook Connections sidebar_label: Sumo Logic Audit Index description: If the Sumo Logic Audit Index is enabled, you can keep an eye on scheduled searches that send results via Webhook. slug: /help/docs/alerts/webhook-connections/audit-index/ canonical: https://www.sumologic.com/help/docs/alerts/webhook-connections/audit-index/ --- The [Sumo Logic Audit Index](/docs/manage/security/audit-indexes/audit-index) provides event logs for scheduled search activity, including results sent via a webhook connection. The following steps show you how to query the Audit Index for webhook activity from scheduled searches. You can review the raw event log messages to customize a more valuable query as needed. 1. Ensure the [Audit Index is enabled](/docs/manage/security/audit-indexes/audit-index) in your account. 1. Run the following query with the desired time range: ```sumo _index=sumologic_audit _sourceCategory="scheduled_search" action="MODIFY" | parse "[AlertType=*]" as alertType | where alertType="webhook" ``` 1. To see which user is sending scheduled searches results to webhooks, view the **sourceuser** field. A full list of available fields is available in the [Audit event message fields table](/docs/manage/security/audit-indexes/audit-index).