Webhooks

List Webhook Deliveries

List webhook delivery history for a specific webhook integration. Returns delivery attempts with status, response details, and retry information.

get/webhooks/{id}/deliveries

Path parameters

idstring uuid required

Webhook integration ID

Query parameters

team_idstring uuid required

Team ID

status'pending' | 'delivered' | 'failed' | 'retrying'

Filter by delivery status

event_typestring

Filter by event type (reply, open, click, etc.)

campaign_idstring uuid

Filter by campaign ID

Parameters

#/components/parameters/limit — unresolved $ref
#/components/parameters/offset — unresolved $ref

Response

List of webhook deliveries

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456",
  "data": [
    {
      "object": "webhook_delivery"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.