---
search:
  tags:
    - Webhooks
    - GET
seo:
  description: >-
    Lists deliveries to an endpoint, filterable by state. Each… Reference for
    the GET /webhook-endpoints/{endpoint_id}/deliveries endpoint in the AI Inbx
    API API.
sidebar:
  label: List webhook deliveries
  badge: GET
title: List webhook deliveries
type: openapi-operation
---
Lists deliveries to an endpoint, filterable by state. Each carries the event envelope it sends and every attempt made: timestamp, status code, duration, error, and the beginning of your response, which is usually what explains a rejection. `body` is null for a `v1` endpoint — its legacy body is built from the message at send time, not stored — and for a delivery nothing was sent for.

<Operation source="api-endpoints" id="list-webhook-deliveries" />
