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

# webhook_endpoints_list

> List the webhook endpoints this key can manage, with each one's URL, subscribed events, scopes and whether it is enabled. Never includes a signing secret. Takes no arguments and returns the whole list at once.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://public-api.granola.ai/v1/webhook-endpoints"}</code></div>

```python granola_webhook_endpoints_list.py theme={null}
from charter.packs import granola

result = await granola.webhook_endpoints_list.ainvoke({})
```

This tool takes no arguments.
