Skip to main content
GET
List a webhook's delivery attempts

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Path Parameters

webhook_id
string
required

The unique webhook identifier (base64) A universally unique identifier (base64-encoded opaque string).

Example:

"RW50aXR5OjEyMzQ1"

Query Parameters

limit
integer
default:50

Maximum items to return

Required range: 1 <= x <= 500
cursor
string

Opaque pagination cursor returned from a previous response (pagination.next_cursor). Treat it as an unreadable token; do not attempt to parse or construct it.

Response

Returns a list of delivery attempts, most recent first

delivery_attempts
object[]
required

A list of delivery attempts, most recent first

pagination
object
required

Pagination metadata for cursor-based navigation