Allow fetching more than the last 20 webhook deliveries
komalali opened this issue · 0 comments
komalali commented
It's possible to fetch the last deliveries for a webhook with https://api.pulumi.com/api/orgs/{orgName}/hooks/{webhookID}/deliveries
but this only returns the last 20 deliveries. We should add a query param to allow getting more results - perhaps by timeframe.