pulumi / pulumi-cloud-requests

Welcome to the public issue tracker for Pulumi Cloud (app.pulumi.com)! Feature requests and bug reports welcome!
10 stars 4 forks source link

Allow fetching more than the last 20 webhook deliveries #437

Open komalali opened 2 months ago

komalali commented 2 months ago

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.