Get webhook delivery attempts
GET
/v1/webhook_endpoints/hooks/{webhook_id}/delivery_attempts
Get all delivery attempts for a webhook, ordered by attempt number.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” webhook_id
required
Webhook Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
Response Get Webhook Delivery Attempts V1 Webhook Endpoints Hooks Webhook Id Delivery Attempts Get
Array<object>
WebhookDeliveryAttemptResponseobject
id
required
Id
string format: uuid
webhook_id
required
Webhook Id
string format: uuid
attempt_number
required
Attempt Number
integer
success
required
Success
boolean
attempted_at
required
Attempted At
string format: date-time
Webhook not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context