View delivery attempts and their statuses for a specific webhook
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
id for delivery-level idempotency and support lookup.streamEventId to join back to the stored monitor event with
GET /events/{id}.status to route pending, failed, and exhausted deliveries to the
right queue.attempts to decide whether a failed delivery is early, repeated, or at
the retry cap.lastStatusCode to separate receiver errors such as 500 from
unreachable endpoints with status 0.lastError as the most recent failure reason for the operator.createdAt and deliveredAt to measure delivery latency and
recovery time.410 Gone response marks the delivery exhausted immediately. Other non-2xx responses and network failures stay failed until they are delivered or exhaust all attempts.
For incident response, page on exhausted, warn on repeated failed, and ignore delivered. Fix the receiving endpoint, then use POST /webhooks/{id}/test to confirm it accepts signed requests before waiting for the next production event.
2xx. Delivery is complete.2xx or
the network request failed. Xquik retries with exponential backoff.exhausted and no further attempts are made.