Skip to main content
GET
List deliveries
Returns delivery attempts for a specific webhook endpoint, ordered by creation date (newest first). Filter by status to find deliveries in a specific state: PENDING, SENDING, DELIVERED, or FAILED. Use this endpoint to inspect individual delivery attempts and identify terminal deliveries that may need a manual resend.
For retry policy and response handling details, see the Webhooks guide: Retry Policy.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Endpoint ID

Query Parameters

status
enum<string>

Filter by delivery status

Available options:
PENDING,
SENDING,
DELIVERED,
FAILED
limit
integer
default:20

Maximum number of results (default 20, max 100)

Required range: x >= 1
cursor
string

Pagination cursor from previous response

Response

List of deliveries

data
object[]

Data contains the list of items

pagination
object

Pagination contains cursor information for fetching more results