List deliveries
Webhooks
List deliveries
List delivery attempts for a specific webhook endpoint.
GET
List deliveries
Returns delivery attempts for a specific webhook endpoint, ordered by creation date (newest first). Filter byDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
status to find deliveries in a specific state: PENDING, SENDING, DELIVERED, or FAILED.
Use this endpoint to monitor delivery health and identify failures that may need manual retry.
For retry policy and response handling details, see the Webhooks guide — Retry Policy.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Endpoint ID
Query Parameters
Filter by delivery status
Available options:
PENDING, SENDING, DELIVERED, FAILED Maximum number of results (default 20, max 100)
Required range:
x >= 1Pagination cursor from previous response