AI Ability since v2.0.0
get_logs
Get delivery logs — Read recent delivery logs (optionally for one webhook) to verify what was sent and how the endpoint responded.
$
Read recent delivery logs (optionally for one webhook) to verify what was sent and how the endpoint responded. Registered as the WordPress Ability flowsystems-webhook-actions/get_logs, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.
/ Plan step shape
{ "ability": "get_logs", "input": { "webhook_id": …, "limit": … } }
/ Scope & confirmation
Minimum API-token scope for external (MCP/REST) callers: read. Read-only — the agent runs it freely while planning and verifying.
/ Input fields
| Name | In | Type | Req | Description |
|---|---|---|---|---|
| webhook_id | param | integer | — | |
| limit | param | integer | — |
/ Examples
Plan step as the AI Builder proposes it
{ "id": "step_1", "ability": "get_logs", "summary": "…", "input": { "webhook_id": 12, "limit": 20 } }
/ Related
Ready Your next automation is
Your next automation is
one sentence away.
$ wp plugin install flowsystems-webhook-actions --activate