Returns a paginated list of delivery attempts for a specific webhook endpoint. Use this to debug delivery failures or verify events were sent.
API key passed as a Bearer token. Format: ld_<env>_<prefix>_<secret> where <env> is test or live.
The webhook ID (prefixed with whk_).
"whk_bcd890"
Maximum number of items to return. Defaults to 50, maximum 200.
1 <= x <= 200Pagination cursor from a previous response's nextCursor field.