List durable webhook delivery attempts

GET
/api/v1/browser/projects/{projectId}/environments/{environmentId}/webhooks/{webhookId}/deliveries

Authorization

BrowserWorkflowApiKey webhooks:read
X-API-Key<token>

Project- and environment-scoped browser workflow API key.

In: header

Scope: webhooks:read

Path Parameters

projectId*string
Formatuuid
environmentId*string
Formatuuid
webhookId*string
Formatuuid

Query Parameters

cursor?string

Opaque base64url cursor returned by the previous page; return unchanged.

limit?integer

Page size for browser-workflow lists. Defaults to 50.

Range1 <= value <= 100
Default50

Response Body

curl -X GET "https://example.com/api/v1/browser/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/environments/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"
Empty