Skip to main content

Overview

GET /v2/wallet/deliveries returns a paginated list of callback delivery records for your wallet address. Use it to monitor delivery health, investigate failures, and audit which cases triggered callbacks. Base URL: https://api.docketlayer.ai Price: $0.99 per call

Request

Parameters

Example request

Response

Delivery object fields

Delivery status values

Retry schedule

DocketLayer retries failed deliveries up to 7 times with exponential backoff: After 7 attempts with no 2xx response, the delivery moves to failed and no further attempts are made.

Pagination

When there are more results than limit, the response includes next_cursor. Pass it as cursor in your next request to retrieve the next page.