Skip to main content
GET
List Webhook Deliveries

Overview

Requires the portfolios:manage scope.

Path Parameters

string
required
Endpoint ID (whk_*).

Query Parameters

integer
default:"20"
Page size (1-100).
string
Opaque cursor.
string
ISO 8601 timestamp. Only deliveries with created_at >= since are returned. Useful for incremental polling: set since to the last created_at you saw and walk pages until exhausted. Composes cleanly with cursor.

Response

string
Always "list".
object[]
Array of WebhookDelivery rows.
boolean
Whether more pages exist.
object
Cursor envelope.
string
Request identifier.
Delivery rows are retained for 30 days; queries for since values older than that return an empty list rather than an error. For alert history beyond 30 days, use List Alerts.

Errors

Code Examples