List alert webhook delivery events
Retrieve a cursor-paginated list of delivery events for an alert webhook,
including those that are pending, currently being replayed, delivered, or
failed. Use this endpoint to inspect delivery history and identify events
that need to be retried with
POST /custodians/me/alerts/webhooks/{alertWebhookId}/delivery-events/{deliveryEventId}/retries.
See Delivery event lifecycle
for the meaning of each status value and how manual retries interact with
the automatic retry loop.
Authorizations
Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.
Path Parameters
The unique identifier of the alert webhook.
Query Parameters
The number of delivery events to retrieve. Min 1, max 100. Default 100.
1 <= x <= 100The delivery event ID to use for cursor-based pagination. Pass the id of the last item from the previous response.
Comma-delimited list of delivery event statuses to filter by.
Valid values: PENDING, DELIVERED, FAILED, REPLAYING.
Comma-delimited list of alert webhook event types to filter by.
Valid values: EIP_155_TX_V1, PRE_SIGN_V1, SOLANA_TX_V1, SOLANA_TX_V2,
SOLANA_APPROVE_V1, SOLANA_APPROVE_V2, SOLANA_REVOKE_V1, SOLANA_REVOKE_V2,
SOLANA_DELEGATED_TRANSFER_V2, WALLET_EJECT_V1.
Field to order results by. Defaults to sentAt.
sentAt, createdAt Sort direction. Defaults to desc.
asc, desc Returns only delivery events created after this Unix timestamp (in seconds).
Returns only delivery events created before this Unix timestamp (in seconds).