List Deliveries
Endpoints
List Deliveries
List delivery attempts for a webhook, newest first, using keyset (cursor) pagination. Optionally filter by status. Free (0 credits).
GET
List Deliveries
Authorizations
Signalbase API key. Include as a Bearer token in the Authorization header.
Path Parameters
The webhook subscription ID.
Query Parameters
Deliveries per page. Minimum 1, maximum 100, default 50.
Required range:
1 <= x <= 100Filter by delivery status. Delivery lifecycle status. done = endpoint returned 2xx; failed = non-2xx or network error; pending = recorded but not yet resolved.
Available options:
done, failed, pending Opaque pagination cursor returned as pagination.next_cursor. Pass it back to fetch the next page. A null next_cursor means there are no more rows.
