GET
granola_webhook_endpoints_list.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.
from charter.packs import granola
result = await granola.webhook_endpoints_list.ainvoke({})
Was this page helpful?