---
title: "list_webhooks — AI Ability"
description: "List webhooks — List all configured webhooks with their triggers and status."
url: "https://wpwebhooks.org/docs/ability-list-webhooks/"
---

[WP Webhooks](/) / [Docs](/docs/) / list\_webhooks

AI Ability since v2.0.0

# list\_webhooks

List webhooks — List all configured webhooks with their triggers and status.

List all configured webhooks with their triggers and status. Registered as the WordPress Ability `flowsystems-webhook-actions/list_webhooks`, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.

/ Plan step shape

```
{ "ability": "list_webhooks", "input": {  } }
```

/ Scope & confirmation

Minimum API-token scope for external (MCP/REST) callers: `read`. Read-only — the agent runs it freely while planning and verifying.

/ Examples

Plan step as the AI Builder proposes it

```
{
  "id": "step_1",
  "ability": "list_webhooks",
  "summary": "…",
  "input": {}
}
```

/ Related

[get\_webhook](/docs/ability-get-webhook/)[update\_webhook](/docs/ability-update-webhook/)[REST API reference](/webhook-wordpress-plugin-api/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"list_webhooks — AI Ability — Webhook Actions Docs","description":"List webhooks — List all configured webhooks with their triggers and status.","url":"https://wpwebhooks.org/docs/ability-list-webhooks/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
