List webhooks
List the webhooks in the organizations the user has access to, most
recently created first. Use org_id to narrow the list to a single
organization; a 404 is returned only when the given org_id does not
exist or is not accessible.
Webhooks used as monitor notification channels are included — a webhook is an organization-level destination regardless of what it is attached to.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Query Parameters
The unique organization identifier (base64). When provided, only resources belonging to this organization are returned. A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Case-insensitive substring filter on the resource name. Returns only
resources whose name contains the given string. For example,
name=prod matches "production", "my-prod-dataset", etc. If omitted,
no name filtering is applied and all resources are returned.
255Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.