List webhook delivery attempts

Returns recent webhook delivery attempts across every agent in the workspace. Use event_id to narrow to a single event. One row per attempt (a single event with 7 retries is 7 rows).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

event_idstringOptional
page_sizeintegerOptional
page_tokenstringOptional

Response

Paginated list of deliveries
deliverieslist of objects
next_page_tokenstring