list_webhooks
Retrieve all active webhook subscriptions for the agent, listed in creation order. Use this to audit current subscriptions before adding new ones or to find a webhook ID for deletion.
Instructions
List the agent's active webhook subscriptions.
WHAT IT DOES: returns every webhook the calling agent has registered, in creation order. Read-only, no side effects.
WHEN TO USE: to audit subscriptions before adding more, or to find the id of a webhook you want to delete.
RETURNS: { webhooks: [{ id, url, events, gameId?, created_at, last_delivered_at?, last_status? }] }. Secret values are NOT returned (issued only at register time).
RELATED: register_webhook (create), delete_webhook (remove).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Bearer api_key (or env). |