List webhook deliveries
GET/v1/projects/:project_id/webhook-deliveries
Every delivery attempted in the project, newest first — what was sent, where, how many times, and what came back. Filter by endpoint, by lifecycle status, or by event type. Deliveries are per (event, endpoint): an event matching two subscribed endpoints produces two rows, retried and observed independently.
Request
Responses
- 200
- 400
- 401
- 404
A page of deliveries.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).