List Deliveries

Get recent webhook delivery attempts for all project webhooks (master + per-agent).

Authentication

AuthorizationBearer

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

Query parameters

limitintegerOptional<=100Defaults to 50

Response

Successful Response
idstring
messageIdstring or null
eventTypestring or null
statusstring
httpStatusinteger or null
errorMessagestring or null
attemptCountinteger
lastAttemptAtdatetime or null
nextRetryAtdatetime or null
createdAtdatetime

Errors