pub async fn webhook_delivery_list(
    client: &ApiClient,
    workspace_id: Base64Uuid,
    webhook_id: Base64Uuid,
    page: Option<i32>,
    limit: Option<i32>
) -> Result<Vec<WebhookDeliverySummary>>
Expand description

Retrieve a list of deliveries for a specific webhook