MCP tools

list_webhook_deliveriesread only

List webhook deliveries

Returns the delivery log for one subscription, with response codes, attempt counts, and the next scheduled retry.

Category
Webhooks
Calls
GET/v1/webhooks/{id}/deliveries
Safe to auto-approve
Yes. It only reads data.

Parameters

idstringrequired

Webhook subscription id.

statusenumoptional

One of:pendingdeliveredfailedall

limitintegeroptional

Defaults to 20.

offsetintegeroptional

Defaults to 0.

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "list_webhook_deliveries",
  "arguments": {
    "id": "a1b2c3d4-0000-4000-8000-000000000000"
  }
}