List Agent Deliveries

Get recent webhook delivery attempts for a specific agent's webhook.

Authentication

AuthorizationBearer

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

Path parameters

agent_idstringRequired

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