MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / listWebhooks

Method listWebhooks

mcp/src/client.ts:372–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370 // ── Webhooks ────────────────────────────────────────────────────
371
372 listWebhooks(): Promise<WebhookView[]> {
373 return this.sdk.webhooks.list().toArray({ limit: DEFAULT_LIST_LIMIT });
374 }
375
376 getWebhook(id: string): Promise<WebhookView> {
377 return this.sdk.webhooks.get(id);

Callers 1

registerWebhookToolsFunction · 0.45

Calls 2

toArrayMethod · 0.80
listMethod · 0.45

Tested by

no test coverage detected